Home | History | Annotate | Download | only in ply

Lines Matching defs:next

107 #    token()          -  Get the next token
298 # opttoken() - Return the next token from the Lexer
350 # Every function must return a token, if nothing, we just move to next token
404 def next(self):
410 __next__ = next