Searched refs:exit_stack (Results 1 – 3 of 3) sorted by relevance
562 exit_stack = None variable in TestBaseExitStack567 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 …]
414 exit_stack = SyncAsyncExitStack variable in TestAsyncExitStack460 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:
1346 with contextlib.ExitStack() as exit_stack:1348 arg = exit_stack.enter_context(patching)1578 exit_stack = self._exit_stack1580 return exit_stack.__exit__(*exc_info)