Type Definition rust_code_analysis::PythonParser

source ·
pub type PythonParser = Parser<PythonCode>;
Expand description

The Python language parser.