Description
Work with a Python abstract syntax tree representation that smooths over differences between Python versions. It helps code analysis, transformation, and machine-learning tools process Python syntax consistently.
This is a developer library for source-code tooling. AST transformations can change behavior, so generated or modified code should be reviewed and tested before being trusted.