Skip to content

Commit

Permalink
update docstring (this time for sure!)
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed Sep 27, 2024
1 parent 91afcc9 commit fa7f224
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unpythonic/syntax/scopeanalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ def get_names_in_store_context(tree):
- The exception name of any ``except`` handlers
- The exception name of any ``except*`` handlers (Python 3.11+)
- The names in the as-part of ``With``
- The names bound in `match`/`case` patterns (Python 3.10+)
Expand Down

0 comments on commit fa7f224

Please sign in to comment.