Thanks to visit codestin.com Credit goes to github.com
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 b8a8e04 commit 3846fcfCopy full SHA for 3846fcf
1 file changed
Lib/symtable.py
@@ -250,7 +250,7 @@ def is_local_symbol(ident):
250
match st.type:
251
case _symtable.TYPE_FUNCTION:
252
d[st.name] = 1
253
- case _symtable.TYPE_TYPE_PARAM:
+ case _symtable.TYPE_TYPE_PARAMETERS:
254
# Get the function-def block in the annotation
255
# scope 'st' with the same identifier, if any.
256
scope_name = st.name
0 commit comments