gast
Python AST that abstracts the underlying Python version
Python AST that abstracts the underlying Python version
To install this package, run one of the following:
A generic AST to represent Python2 and Python3s Abstract Syntax Tree(AST). GAST provides a compatibility layer between the AST of various Python versions, as produced by ast.parse from the standard ast module.
Summary
Python AST that abstracts the underlying Python version
Last Updated
Dec 4, 2018 at 05:17
License
BSD License
Supported Platforms