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