Lines Matching full:_is_identifier
34 _is_identifier = re.compile(r'^[a-zA-Z0-9_]+$')556 if not _is_identifier.match(n):