1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
.. asttokens documentation master file, created by
sphinx-quickstart on Mon Aug 7 11:16:41 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
ASTTokens Documentation
=======================
The ``asttokens`` module annotates Python abstract syntax trees (ASTs) with the positions of tokens
and text in the source code that generated them. This is helpful for tools that make source code
transformations.
.. toctree::
:maxdepth: 2
user-guide
api-index
License
-------
Copyright 2023, Grist Labs, Inc. Licensed under the Apache License, Version 2.0.
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|