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 :

Module « sys » Python 3.11.3

Fonction get_asyncgen_hooks - module sys

Signature de la fonction get_asyncgen_hooks

def get_asyncgen_hooks() 

Description

help(sys.get_asyncgen_hooks)

Return the installed asynchronous generators hooks.

This returns a namedtuple of the form (firstiter, finalizer).