pub fn parse_module(source: &str) -> Result<SyntaxTree, Diagnostic>Expand description
Parse a Python file with default resource bounds.
pub fn parse_module(source: &str) -> Result<SyntaxTree, Diagnostic>Parse a Python file with default resource bounds.