[][src]Function rustpython_parser::lexer::make_tokenizer

pub fn make_tokenizer<'a>(
    source: &'a str
) -> impl Iterator<Item = LexResult> + 'a