Type Definition rust_code_analysis::PythonParser[][src]

pub type PythonParser = Parser<PythonCode>;
Expand description

The Python language parser.