Home | History | Annotate | Download | only in tools

Lines Matching full:isdigit

786     if not (char.isalpha() or char.isdigit() or char == '_'):