ID EN
Contextlib

push_async_exit

Python 3.11

Similar to ExitStack.push() but expects either an asynchronous context manager or a coroutine function.

Syntax

PYTHON
push_async_exit(exit)

See Also

ExitStack.push()