Knowledgize LogoKnowledgize Logo
Iniciar Sesión
English
Envía comentarios
Explorar ConocimientoHerramientas de aprendizajeIntentar Repetición RápidaHacer Prueba de PrácticaJuego de preguntas y respuestasEstudiar Tarjetas de Memoria
  • Glosario de Python
  • asynchronous context manager

Definition

An object which controls the environment seen in an async with statement by defining __aenter__() and __aexit__() methods. Introduced by PEP 492.

Official Documentation Link

https://docs.python.org/3/glossary.html#term-asynchronous-context-manager