parse_python

Function parse_python 

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

Parse Python source code into HIR

ยงErrors

Returns an error if the Python code cannot be parsed or converted to HIR