Searched refs:AsyncExitStack (Results 1 – 7 of 7) sorted by relevance
2 from contextlib import asynccontextmanager, AbstractAsyncContextManager, AsyncExitStack283 class SyncAsyncExitStack(AsyncExitStack):337 async with AsyncExitStack() as stack:356 async with AsyncExitStack() as stack:412 async with AsyncExitStack() as stack:
525 class AsyncExitStack(_BaseExitStack, AbstractAsyncContextManager): class
456 .. class:: AsyncExitStack()486 async with AsyncExitStack() as stack:
624 Add contextlib.AsyncExitStack. Patch by Alexander Mohr and Ilya Kulakov.
5143 ``contextlib.ExitStack`` and ``contextlib.AsyncExitStack`` now use a method
1732 :meth:`contextlib.AsyncExitStack.callback` and1733 :meth:`contextlib.AsyncExitStack.push_async_callback`.
834 :class:`~contextlib.AsyncExitStack` have been added to