Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c98e8c commit d0d4a45Copy full SHA for d0d4a45
1 file changed
Lib/contextlib.py
@@ -9,7 +9,7 @@
9
__all__ = ["asynccontextmanager", "contextmanager", "closing", "nullcontext",
10
"AbstractContextManager", "AbstractAsyncContextManager",
11
"AsyncExitStack", "ContextDecorator", "ExitStack",
12
- "redirect_stdout", "redirect_stderr", "suppress"]
+ "redirect_stdout", "redirect_stderr", "suppress", "aclosing"]
13
14
15
class AbstractContextManager(abc.ABC):
0 commit comments