Searched refs:_GeneratorContextManager (Results 1 – 3 of 3) sorted by relevance
57 class _GeneratorContextManager(ContextDecorator, AbstractContextManager): class159 return _GeneratorContextManager(func, args, kwds)
10 from contextlib import _GeneratorContextManager, contextmanager13 class MockContextManager(_GeneratorContextManager):22 return _GeneratorContextManager.__enter__(self)27 return _GeneratorContextManager.__exit__(self, type,
10867 private by renaming it to ``_GeneratorContextManager``.