Home | History | Annotate | Download | only in ply

Lines Matching refs:parseopt

263             return self.parseopt(input,lexer,debug,tracking,tokenfunc)
273 # copy this code to a method parseopt() and delete all of the sections
589 # parseopt().
597 def parseopt(self,input=None,lexer=None,debug=0,tracking=0,tokenfunc=None):
864 # Optimized version of parseopt() with line number tracking removed.