About Anaconda Help Download Anaconda

main / packages / asttokens 3.0.0

The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them.

Installers

  • linux-64 v3.0.0
  • linux-aarch64 v3.0.0
  • osx-64 v3.0.0
  • osx-arm64 v3.0.0
  • win-64 v3.0.0
  • noarch v2.0.5

conda install

To install this package run one of the following:
conda install main::asttokens

Description

The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. It provides a way to access the original source code from the AST, which can be useful for debugging, code analysis, and other tasks.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.9) Legal | Privacy Policy