Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_with.py13 class MockContextManager(_GeneratorContextManager): class
33 return MockContextManager(func, args, kwds)
/external/python/cpython2/Lib/test/
Dtest_with.py14 class MockContextManager(GeneratorContextManager): class
34 return MockContextManager(func(*args, **kwds))