Skip to main content

parse_module_with_limits

Function parse_module_with_limits 

Source
pub fn parse_module_with_limits(
    source: &str,
    limits: Limits,
) -> Result<SyntaxTree, Diagnostic>
Expand description

Parse a Python file with explicit resource bounds.