module documentation

utilities for analyzing expressions and blocks of Python code, as well as generating Python from AST nodes
Class ​Argument​List parses a fragment of code as a comma-separated list of expressions
Class ​Function​Args the argument portion of a function declaration
Class ​Function​Decl function declaration
Class ​Python​Code represents information about a string containing Python code
Class ​Python​Fragment extends PythonCode to provide identifier lookups in partial control statements