Type Definition PythonParser
rust_code_analysis
type PythonParser = TSParser<PythonCode>;
The Python language parser.
Python