Crate python_ast

source ·

Re-exports

Modules

  • The AST module contains the AST data structures. This largely parallels the Python AST defined here: https://greentreesnakes.readthedocs.io/en/latest/nodes.html It also contains utility functions for dumping the AST to a string, using the Pythion ast::dump() function.
  • Implements a Python-compatilble symbol table for Rust.

Type Aliases

  • Represents the result of a Python call.