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 28f8624 commit bfad7f6Copy full SHA for bfad7f6
varname/core.py
@@ -326,6 +326,8 @@ def argname(arg: Any, # pylint: disable=unused-argument
326
Only variables and subscripts of variables are allow to be passed
327
to this function.
328
"""
329
+ # // TODO: check if both nodes can be fetched
330
+ # // TODO: check if func can always be fetched
331
ignore_list = IgnoreList.create(ignore_lambda=False)
332
# where argname(...) is called
333
argname_frame = ignore_list.get_frame(1)
0 commit comments