pub fn parse_python(source: &str) -> Result<Vec<RawNode>, IcbError>Expand description
Parse Python source code and return the extracted facts.
By default variables (identifiers) are not included to keep the
graph small. Use parse_python_detailed if you need them.