Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_raise.py381 class ContextManager: class
/third_party/python/Lib/
Dtyping.py2120 ContextManager = _alias(contextlib.AbstractContextManager, 1, name='ContextManager') variable