Module parser

Source

Functionsยง

parse
Parses Python code and returns the AST as a Module (backward compatible version).
parse_enhanced
Parses Python code and returns the AST as a Module with improved error handling.