Function python_ast::lexer::ident [] [src]

pub fn ident(input: &[u8]) -> IResult<&[u8], &[u8]>

Recognizes a python identifier in a form defined by the regular expression [_a-zA-Z][_a-zA-Z0-9]*