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

Méthode contextlib.AsyncExitStack.enter_async_context

Signature de la méthode enter_async_context

def enter_async_context(self, cm) 

Description

help(AsyncExitStack.enter_async_context)

Enters the supplied async context manager.

        If successful, also pushes its __aexit__ method as a callback and
        returns the result of the __aenter__ method.