python3-asttokens - Module to annotate Python abstract syntax trees with source code positions
Website: | https://pypi.python.org/pypi/asttokens |
---|---|
License: | ASL 2.0 |
Vendor: | Alcance Libre, Inc. |
- Description:
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.
Packages
python3-asttokens-1.1.10-3.fc14.al.noarch [29 KiB] |
Changelog
by Joel Barrios (2020-06-08):
- Rebuild with Python 3.6. |