Home | History | Annotate | Download | only in tools

Lines Matching full:isalnum

420                 if c2 == tokLN or (not c2.isalnum() and c2 != "_"):
426 if c.isalnum() or c == "_": # identifiers ?
429 if c2 == tokLN or (not c2.isalnum() and c2 != "_"):