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.new_event_loop

Signature de la méthode new_event_loop

def new_event_loop(self) 

Description

help(AbstractEventLoopPolicy.new_event_loop)

Create and return a new event loop object according to this
        policy's rules. If there's need to set this loop as the event loop for
        the current context, set_event_loop must be called explicitly.