ID EN
Typing

AsyncContextManager

Python 3.11

Deprecated alias to contextlib.AbstractAsyncContextManager.

Syntax

PYTHON
class typing.AsyncContextManager(Generic[T_co])

See Also

contextlib.AbstractAsyncContextManager contextlib.AbstractAsyncContextManager Generic Alias Type