Message368250
> For which of them a line number is meaningful and useful?
Apologies, I was thinking of 'identifier', which is basically a PyObject representing a string. For instance, when parsing function calls like
x = ast.parse("f(x=435)")
the 'arg' attribute of the keyword is just the string 'x', without any metadata about it (like column offset and such). |
|
| Date |
User |
Action |
Args |
| 2020-05-06 13:34:22 | pablogsal | set | recipients:
+ pablogsal, serhiy.storchaka, BTaskaya |
| 2020-05-06 13:34:22 | pablogsal | set | messageid: <1588772062.81.0.046646991207.issue40528@roundup.psfhosted.org> |
| 2020-05-06 13:34:22 | pablogsal | link | issue40528 messages |
| 2020-05-06 13:34:22 | pablogsal | create | |
|