ID EN
Contextlib

enter_async_context

Python 3.11

Similar to ExitStack.enter_context() but expects an asynchronous context manager.

Syntax

PYTHON
coroutine enter_async_context(cm)

See Also

ExitStack.enter_context() TypeError AttributeError