Skip to main content

parse_unchecked

Function parse_unchecked 

Source
pub fn parse_unchecked(source: &str, options: ParseOptions) -> Parsed<Mod>
Expand description

Parse the given Python source code using the specified ParseOptions.

This is same as the parse function except that it doesn’t check for any ParseError and returns the Parsed as is.