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

Signature de la méthode is_active

def is_active(self) 

Description

help(AbstractChildWatcher.is_active)

Return ``True`` if the watcher is active and is used by the event loop.

        Return True if the watcher is installed and ready to handle process exit
        notifications.