Home | History | Annotate | Download | only in test

Lines Matching refs:s_int

779         def s_int(scanner, token): return int(token)
784 (r"\d+", s_int),