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

Méthode unittest.IsolatedAsyncioTestCase.enterAsyncContext

Signature de la méthode enterAsyncContext

def enterAsyncContext(self, cm) 

Description

help(IsolatedAsyncioTestCase.enterAsyncContext)

Enters the supplied asynchronous context manager.

        If successful, also adds its __aexit__ method as a cleanup
        function and returns the result of the __aenter__ method.