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.