Home
last modified time | relevance | path

Searched refs:LacksExit (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/unittest/test/
H A Dtest_async_case.py35 class LacksExit: class
420 await slf.enterAsyncContext(LacksExit())
H A Dtest_runner.py67 class LacksExit: class
237 test.enterContext(LacksExit())
546 TestableTest.enterClassContext(LacksExit())
1150 unittest.enterModuleContext(LacksExit())
/third_party/python/Lib/test/
H A Dtest_contextlib_async.py666 class LacksExit: class
676 await stack.enter_async_context(LacksExit())
H A Dtest_with.py132 class LacksExit(object): class
137 foo = LacksExit()
H A Dtest_contextlib.py727 class LacksExit: class
737 stack.enter_context(LacksExit())

Completed in 7 milliseconds