Searched refs:AsyncExitStack (Results 1 – 8 of 8) sorted by relevance
4 AsyncExitStack, nullcontext, aclosing, contextmanager)383 class SyncAsyncExitStack(AsyncExitStack):437 async with AsyncExitStack() as stack:456 async with AsyncExitStack() as stack:512 async with AsyncExitStack() as stack:
588 class AsyncExitStack(_BaseExitStack, AbstractAsyncContextManager): class
575 .. class:: AsyncExitStack()605 async with AsyncExitStack() as stack:
624 Add contextlib.AsyncExitStack. Patch by Alexander Mohr and Ilya Kulakov.
815 Fix an edge case of :class:`ExitStack` and :class:`AsyncExitStack` exception
5143 ``contextlib.ExitStack`` and ``contextlib.AsyncExitStack`` now use a method
1733 :meth:`contextlib.AsyncExitStack.callback` and1734 :meth:`contextlib.AsyncExitStack.push_async_callback`.
835 :class:`~contextlib.AsyncExitStack` have been added to