Home | History | Annotate | Download | only in ply

Lines Matching refs:_is_identifier

58 _is_identifier = re.compile(r'^[a-zA-Z0-9_]+$')
597 if not _is_identifier.match(n):