Name: | python3-asttokens |
---|---|
Version: | 2.0.5 |
Release: | 6.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 98546 |
License: | ASL 2.0 |
RPM: | python3-asttokens-2.0.5-6.el9.noarch.rpm |
Source RPM: | python-asttokens-2.0.5-6.el9.src.rpm |
Build Date: | Thu Aug 25 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/asttokens |
Summary: | Module to annotate Python abstract syntax trees with source code positions |
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. |