Home
/
Python 3.11
/
Typing
/
ContextManager
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Typing
ContextManager
Python 3.11
Deprecated alias to contextlib.AbstractContextManager.
Syntax
PYTHON
Copy
class typing.ContextManager(Generic[T_co])
See Also
contextlib.AbstractContextManager
contextlib.AbstractContextManager
Generic Alias Type