HomeSort by relevance Sort by last modified time
    Searched refs:GeneratorContextManager (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
contextlib.py 9 class GeneratorContextManager(object):
84 return GeneratorContextManager(func(*args, **kwds))
  /external/python/cpython2/Lib/
contextlib.py 9 class GeneratorContextManager(object):
84 return GeneratorContextManager(func(*args, **kwds))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
contextlib.py 9 class GeneratorContextManager(object):
84 return GeneratorContextManager(func(*args, **kwds))
  /prebuilts/gdb/linux-x86/lib/python2.7/
contextlib.py 9 class GeneratorContextManager(object):
84 return GeneratorContextManager(func(*args, **kwds))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 9 class GeneratorContextManager(object):
84 return GeneratorContextManager(func(*args, **kwds))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 9 class GeneratorContextManager(object):
84 return GeneratorContextManager(func(*args, **kwds))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_with.py 12 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,
  /external/python/cpython2/Lib/test/
test_with.py 10 from contextlib import GeneratorContextManager, contextmanager
14 class MockContextManager(GeneratorContextManager):
16 GeneratorContextManager.__init__(self, gen)
23 return GeneratorContextManager.__enter__(self)
28 return GeneratorContextManager.__exit__(self, type,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_with.py 12 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,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_with.py 12 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,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_with.py 12 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,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_with.py 12 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,

Completed in 224 milliseconds