Home
last modified time | relevance | path

Searched refs:GeneratorContextManager (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcontextlib.py9 class GeneratorContextManager(object): class
84 return GeneratorContextManager(func(*args, **kwds))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_with.py12 from contextlib import GeneratorContextManager, contextmanager
16 class MockContextManager(GeneratorContextManager):
18 GeneratorContextManager.__init__(self, gen)
25 return GeneratorContextManager.__enter__(self)
30 return GeneratorContextManager.__exit__(self, type,