Function python_ast::parse

source ·
pub fn parse<'a>(input: &'a str, filename: &str) -> PyResult<Module>
Expand description

Takes a string of bytes and returns the Python-tokenized version of it.