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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_with.py 92 class MockNested(Nested):
316 mock_nested = MockNested(mock_contextmanager)
327 mock_nested = MockNested(m, n, o)
339 mock_nested = MockNested(mock_contextmanager_generator(),
394 mock_nested = MockNested(cm_a, cm_b)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_with.py 92 class MockNested(Nested):
316 mock_nested = MockNested(mock_contextmanager)
327 mock_nested = MockNested(m, n, o)
339 mock_nested = MockNested(mock_contextmanager_generator(),
394 mock_nested = MockNested(cm_a, cm_b)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_with.py 92 class MockNested(Nested):
316 mock_nested = MockNested(mock_contextmanager)
327 mock_nested = MockNested(m, n, o)
339 mock_nested = MockNested(mock_contextmanager_generator(),
394 mock_nested = MockNested(cm_a, cm_b)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_with.py 92 class MockNested(Nested):
316 mock_nested = MockNested(mock_contextmanager)
327 mock_nested = MockNested(m, n, o)
339 mock_nested = MockNested(mock_contextmanager_generator(),
394 mock_nested = MockNested(cm_a, cm_b)

Completed in 136 milliseconds