Searched refs:GeneratorContextManager (Results 1 – 3 of 3) sorted by relevance
9 class GeneratorContextManager(object): class84 return GeneratorContextManager(func(*args, **kwds))
10 from contextlib import GeneratorContextManager, contextmanager14 class MockContextManager(GeneratorContextManager):16 GeneratorContextManager.__init__(self, gen)23 return GeneratorContextManager.__enter__(self)28 return GeneratorContextManager.__exit__(self, type,
10866 - Issue #10859: Make ``contextlib.GeneratorContextManager`` officially