9 lines
352 B
Markdown
9 lines
352 B
Markdown
|
|
# `with`
|
||
|
|
|
||
|
|
TODO: ADD MORE DETAIL
|
||
|
|
|
||
|
|
See the Python [documentation entry][keyword-with-docs], as well as [this blog post][keyword-with-etymology] for more details.
|
||
|
|
|
||
|
|
[keyword-with-docs]: https://docs.python.org/3/reference/compound_stmts.html#the-with-statement
|
||
|
|
[keyword-with-etymology]: https://yawpitchroll.com/posts/the-35-words-you-need-to-python/#with
|