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.py1486 ContextManager = _alias(contextlib.AbstractContextManager, T_co) variable