Module
compiler.transformer

Parse tree transformation module.

Transforms Python source code into an abstract syntax tree (AST) defined in the ast module.

The simplest ways to invoke this module are via parse and parseFile. parse(buf) -> AST parseFile(path) -> AST