HomeSort by relevance Sort by last modified time
    Searched refs:addtoken (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
driver.py 71 if p.addtoken(type, value, (prefix, start)):
parse.py 35 if p.addtoken(...): # parse a token; may raise ParseError
48 Parsing is complete when addtoken() returns True; the root of the
50 instance variable. When a syntax error occurs, addtoken() raises
113 def addtoken(self, type, value, context): member in class:Parser
  /external/python/cpython2/Lib/lib2to3/pgen2/
parse.py 35 if p.addtoken(...): # parse a token; may raise ParseError
48 Parsing is complete when addtoken() returns True; the root of the
50 instance variable. When a syntax error occurs, addtoken() raises
113 def addtoken(self, type, value, context): member in class:Parser
driver.py 72 if p.addtoken(type, value, (prefix, start)):
  /external/python/cpython3/Lib/lib2to3/pgen2/
parse.py 35 if p.addtoken(...): # parse a token; may raise ParseError
48 Parsing is complete when addtoken() returns True; the root of the
50 instance variable. When a syntax error occurs, addtoken() raises
113 def addtoken(self, type, value, context): member in class:Parser
driver.py 72 if p.addtoken(type, value, (prefix, start)):

Completed in 324 milliseconds