Function python_ast::lexer::tokenize_bytes []

pub fn tokenize_bytes(i: &[u8]) -> IResult<&[u8], Vec<Tk>, u32>