Home
/
Python 3.11
/
Contextlib
/
aclose
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Contextlib
aclose
Python 3.11
Similar to ExitStack.close() but properly handles awaitables.
Syntax
PYTHON
Copy
coroutine aclose()
See Also
ExitStack.close()