parse

Function parse 

Source
pub fn parse(source: &str, filename: &str) -> Result<PythonAST>
Expand description

Parse Python source code into AST

ยงErrors

Returns an error if the Python code cannot be parsed