Home
last modified time | relevance | path

Searched defs:ContextManager (Results 1 – 3 of 3) 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/cpython3/Lib/
Dtyping.py1688 ContextManager = _alias(contextlib.AbstractContextManager, 1, name='ContextManager') variable