reference
dz / python / docs / referenceSubgraphs
Node Tree
Nodes
| expressions | |
| content | Chapter 6: expressions |
| children | expressions/lambda |
| parents | python/docs/reference |
| location | knowledge/python.dz:122 |
| simple_statements | |
| content | Chapter 7: simple statements |
| children | simple_statements/nonlocal |
| parents | python/docs/reference |
| hyperlink | https://docs.python.org/3/reference/simple_stmts.html |
| location | knowledge/python.dz:219 |
| while | |
| content | while statement |
| parents | leetcode/problems/735_asteroid_collision |
| remarks | while can have an extra "else" clause |
| hyperlink | https://docs.python.org/3/reference/compound_stmts.html#the-while-statement |
| location | knowledge/python.dz:277 |
| try | |
| content | try caluse |
| children | try/finally |
| hyperlink | https://docs.python.org/3/reference/compound_stmts.html#the-try-statement |
| location | knowledge/python.dz:480 |
2024-12-21 12:09 figuring out try/catch style error handling in python
| data_model | |
| content | Chapter 3: data model |
| children | data_model/special_method_names |
| parents | python/docs/reference |
| hyperlink | https://docs.python.org/3/reference/index.html |
| location | knowledge/python.dz:541 |