Home
last modified time | relevance | path

Searched refs:exit_stack (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_contextlib.py562 exit_stack = None variable in TestBaseExitStack
567 cm_docstring = self.exit_stack.__doc__
568 obj = self.exit_stack()
572 with self.exit_stack():
589 with self.exit_stack() as stack:
607 with self.exit_stack() as stack:
611 self.exit_stack.callback(arg=2)
633 with self.exit_stack() as stack:
659 with self.exit_stack() as stack:
671 with self.exit_stack() as stack:
[all …]
Dtest_contextlib_async.py414 exit_stack = SyncAsyncExitStack variable in TestAsyncExitStack
460 self.exit_stack.push_async_callback(arg=2)
484 async with self.exit_stack() as stack:
536 async with self.exit_stack() as stack:
576 async with self.exit_stack() as stack:
/third_party/python/Lib/unittest/
Dmock.py1346 with contextlib.ExitStack() as exit_stack:
1348 arg = exit_stack.enter_context(patching)
1578 exit_stack = self._exit_stack
1580 return exit_stack.__exit__(*exc_info)