pub fn parse_python(source: &str, filename: &str) -> Result<PythonHIR>
Parse Python source code into HIR
Returns an error if the Python code cannot be parsed or converted to HIR