Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « AbstractEventLoopPolicy » Python 3.11.3

Méthode asyncio.AbstractEventLoopPolicy.get_event_loop

Signature de la méthode get_event_loop

def get_event_loop(self) 

Description

help(AbstractEventLoopPolicy.get_event_loop)

Get the event loop for the current context.

        Returns an event loop object implementing the BaseEventLoop interface,
        or raises an exception in case no event loop has been set for the
        current context and the current policy does not specify to create one.

        It should never return None.