Module to annotate Python abstract syntax trees with source code positions
The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. This 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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.0.5-2.fc35 | - |
Fedora 35 | 2.0.5-2.fc35 | - |
Fedora 34 | 2.0.4-3.fc34 | - |
You can contact the maintainers of this package via email at
python-asttokens dash maintainers at fedoraproject dot org
.