Skip to content

Commit bfad7f6

Browse files
authored
Add todos for argname (#43)
1 parent 28f8624 commit bfad7f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

varname/core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ def argname(arg: Any, # pylint: disable=unused-argument
326326
Only variables and subscripts of variables are allow to be passed
327327
to this function.
328328
"""
329+
# // TODO: check if both nodes can be fetched
330+
# // TODO: check if func can always be fetched
329331
ignore_list = IgnoreList.create(ignore_lambda=False)
330332
# where argname(...) is called
331333
argname_frame = ignore_list.get_frame(1)

0 commit comments

Comments
 (0)