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 bc316b4 commit 1159e52Copy full SHA for 1159e52
amaranth/tracer.py
@@ -25,7 +25,7 @@ def get_var_name(depth=2, default=_raise_exception):
25
else:
26
break
27
if call_opc not in ("CALL_FUNCTION", "CALL_FUNCTION_KW", "CALL_FUNCTION_EX",
28
- "CALL_METHOD", "CALL"):
+ "CALL_METHOD", "CALL", "CALL_KW"):
29
if default is _raise_exception:
30
raise NameNotFound
31
0 commit comments