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