We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
... so we can use them in with statements.
with Context() as ctxt: # do some stuff
We can already hack something with contextlib.closing, but it would be nicer if we didn't have to.
contextlib.closing
The text was updated successfully, but these errors were encountered:
bgrant
Successfully merging a pull request may close this issue.
... so we can use them in with statements.
We can already hack something with
contextlib.closing
, but it would be nicer if we didn't have to.The text was updated successfully, but these errors were encountered: