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

  /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))
  /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 69 milliseconds