We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91afcc9 commit fa7f224Copy full SHA for fa7f224
unpythonic/syntax/scopeanalyzer.py
@@ -301,6 +301,8 @@ def get_names_in_store_context(tree):
301
302
- The exception name of any ``except`` handlers
303
304
+ - The exception name of any ``except*`` handlers (Python 3.11+)
305
+
306
- The names in the as-part of ``With``
307
308
- The names bound in `match`/`case` patterns (Python 3.10+)
0 commit comments