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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 23 tokenize(readline, tokeneater=printtoken)
154 def printtoken(type, token, start, end, line): # for testing function
160 def tokenize(readline, tokeneater=printtoken):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 20 tokenize(readline, tokeneater=printtoken)
149 def printtoken(type, token, srow_scol, erow_ecol, line): # for testing function
155 def tokenize(readline, tokeneater=printtoken):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 23 tokenize(readline, tokeneater=printtoken)
154 def printtoken(type, token, start, end, line): # for testing function
160 def tokenize(readline, tokeneater=printtoken):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 20 tokenize(readline, tokeneater=printtoken)
149 def printtoken(type, token, srow_scol, erow_ecol, line): # for testing function
155 def tokenize(readline, tokeneater=printtoken):

Completed in 26 milliseconds