Home
last modified time | relevance | path

Searched defs:ContextManager (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Tools/pybench/
DWith.py10 class ContextManager(object): class in WithFinally
56 class ContextManager(object): class in TryFinally
/external/python/cpython3/Lib/test/
Dtest_raise.py381 class ContextManager: class
/external/python/typing/typing_extensions/src/
Dtyping_extensions.py264 ContextManager = typing.ContextManager variable
/external/python/setuptools/setuptools/_vendor/
Dtyping_extensions.py380 ContextManager = typing.ContextManager variable
/external/python/cpython3/Lib/
Dtyping.py2141 ContextManager = _alias(contextlib.AbstractContextManager, 1, name='ContextManager') variable
/external/python/typing/typing_extensions/
D__init__.py451 ContextManager = typing.ContextManager variable