Home | History | Annotate | Download | only in ply

Lines Matching refs:_is_identifier

1126 _is_identifier = re.compile(r'^[a-zA-Z0-9_-]+$')
1396 if not _is_identifier.match(prodname):
1412 if not _is_identifier.match(s) and s != '%prec':