Home | History | Annotate | Download | only in test

Lines Matching full:s_ident

642         def s_ident(scanner, token): return token
648 (r"[a-zA-Z_]\w*", s_ident),