Searched defs:ContextManager (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Lib/test/ | ||
| D | test_raise.py | 381 class ContextManager: class |
| /third_party/python/Lib/ | ||
| D | typing.py | 1486 ContextManager = _alias(contextlib.AbstractContextManager, T_co) variable |