Skip to main content

parse_python

Function parse_python 

Source
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.