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 « AbstractChildWatcher » Python 3.11.3

Méthode asyncio.AbstractChildWatcher.attach_loop

Signature de la méthode attach_loop

def attach_loop(self, loop) 

Description

help(AbstractChildWatcher.attach_loop)

Attach the watcher to an event loop.

        If the watcher was previously attached to an event loop, then it is
        first detached before attaching to the new loop.

        Note: loop may be None.