they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
9 lines
365 B
Text
9 lines
365 B
Text
The asttokens module annotates Python abstract syntax trees (ASTs)
|
|
with the positions of tokens and text in the source code that
|
|
generated them.
|
|
|
|
It makes it possible for tools that work with logical AST nodes to
|
|
find the particular text that resulted in those nodes, for example
|
|
for automated refactoring or highlighting.
|
|
|
|
WWW: https://pypi.org/project/asttokens/
|