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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_with.py 47 def mock_contextmanager_generator(): function
235 with mock_contextmanager_generator():
239 mock = mock_contextmanager_generator()
245 with mock_contextmanager_generator() as foo:
252 with mock_contextmanager_generator() as foo:
257 with mock_contextmanager_generator() as self.foo:
262 mock = mock_contextmanager_generator()
270 mock_a = mock_contextmanager_generator()
272 mock_b = mock_contextmanager_generator()
289 with Nested(mock_contextmanager_generator()):
    [all...]
  /external/python/cpython2/Lib/test/
test_with.py 45 def mock_contextmanager_generator(): function
233 with mock_contextmanager_generator():
237 mock = mock_contextmanager_generator()
243 with mock_contextmanager_generator() as foo:
250 with mock_contextmanager_generator() as foo:
255 with mock_contextmanager_generator() as self.foo:
260 mock = mock_contextmanager_generator()
268 mock_a = mock_contextmanager_generator()
270 mock_b = mock_contextmanager_generator()
287 with Nested(mock_contextmanager_generator())
    [all...]
  /external/python/cpython3/Lib/test/
test_with.py 44 def mock_contextmanager_generator(): function
238 with mock_contextmanager_generator():
242 mock = mock_contextmanager_generator()
248 with mock_contextmanager_generator() as foo:
255 with mock_contextmanager_generator() as foo:
260 with mock_contextmanager_generator() as self.foo:
265 mock = mock_contextmanager_generator()
273 mock_a = mock_contextmanager_generator()
275 mock_b = mock_contextmanager_generator()
292 with Nested(mock_contextmanager_generator())
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_with.py 47 def mock_contextmanager_generator(): function
235 with mock_contextmanager_generator():
239 mock = mock_contextmanager_generator()
245 with mock_contextmanager_generator() as foo:
252 with mock_contextmanager_generator() as foo:
257 with mock_contextmanager_generator() as self.foo:
262 mock = mock_contextmanager_generator()
270 mock_a = mock_contextmanager_generator()
272 mock_b = mock_contextmanager_generator()
289 with Nested(mock_contextmanager_generator())
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_with.py 47 def mock_contextmanager_generator(): function
235 with mock_contextmanager_generator():
239 mock = mock_contextmanager_generator()
245 with mock_contextmanager_generator() as foo:
252 with mock_contextmanager_generator() as foo:
257 with mock_contextmanager_generator() as self.foo:
262 mock = mock_contextmanager_generator()
270 mock_a = mock_contextmanager_generator()
272 mock_b = mock_contextmanager_generator()
289 with Nested(mock_contextmanager_generator())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_with.py 47 def mock_contextmanager_generator(): function
235 with mock_contextmanager_generator():
239 mock = mock_contextmanager_generator()
245 with mock_contextmanager_generator() as foo:
252 with mock_contextmanager_generator() as foo:
257 with mock_contextmanager_generator() as self.foo:
262 mock = mock_contextmanager_generator()
270 mock_a = mock_contextmanager_generator()
272 mock_b = mock_contextmanager_generator()
289 with Nested(mock_contextmanager_generator())
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_with.py 47 def mock_contextmanager_generator(): function
235 with mock_contextmanager_generator():
239 mock = mock_contextmanager_generator()
245 with mock_contextmanager_generator() as foo:
252 with mock_contextmanager_generator() as foo:
257 with mock_contextmanager_generator() as self.foo:
262 mock = mock_contextmanager_generator()
270 mock_a = mock_contextmanager_generator()
272 mock_b = mock_contextmanager_generator()
289 with Nested(mock_contextmanager_generator())
    [all...]

Completed in 132 milliseconds