No lineno
nor col_offset
for *vararg* of nodes.Argument
#761
Labels
lineno
nor col_offset
for *vararg* of nodes.Argument
#761
I can retrieve line number and column offset from individual arguments or a
nodes.Argument
object, i.e.:The snippet above works.
However, I can't seem to find the same information about the vararg, given that
node.vararg
is a plain string. Neither can I obtain the line number/column_offset of thenodes.Argument
as a whole; I getNone
for bothnode.lineno
andnode.col_offset
.The text was updated successfully, but these errors were encountered: