/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tokenize.py | 19 tokenize_loop(readline, tokeneater) 20 tokenize(readline, tokeneater=printtoken) 21 are the same, except instead of generating tokens, tokeneater is a callback 155 def tokenize(readline, tokeneater=printtoken): 164 The second parameter, tokeneater, must also be a callable object. It is 169 tokenize_loop(readline, tokeneater) 174 def tokenize_loop(readline, tokeneater): 176 tokeneater(*token_info)
|
inspect.py | 633 """Provide a tokeneater() method to detect the end of a code block.""" 641 def tokeneater(self, type, token, srow_scol, erow_ecol, line): member in class:BlockFinder 677 tokenize.tokenize(iter(lines).next, blockfinder.tokeneater) [all...] |
tabnanny.py | 62 Raised by tokeneater() if detecting an ambiguous indent.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tokenize.py | 19 tokenize_loop(readline, tokeneater) 20 tokenize(readline, tokeneater=printtoken) 21 are the same, except instead of generating tokens, tokeneater is a callback 155 def tokenize(readline, tokeneater=printtoken): 164 The second parameter, tokeneater, must also be a callable object. It is 169 tokenize_loop(readline, tokeneater) 174 def tokenize_loop(readline, tokeneater): 176 tokeneater(*token_info)
|
inspect.py | 633 """Provide a tokeneater() method to detect the end of a code block.""" 641 def tokeneater(self, type, token, srow_scol, erow_ecol, line): member in class:BlockFinder 677 tokenize.tokenize(iter(lines).next, blockfinder.tokeneater) [all...] |
tabnanny.py | 62 Raised by tokeneater() if detecting an ambiguous indent.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 22 tokenize_loop(readline, tokeneater) 23 tokenize(readline, tokeneater=printtoken) 24 are the same, except instead of generating tokens, tokeneater is a callback 160 def tokenize(readline, tokeneater=printtoken): 169 The second parameter, tokeneater, must also be a callable object. It is 174 tokenize_loop(readline, tokeneater) 179 def tokenize_loop(readline, tokeneater): 181 tokeneater(*token_info)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 22 tokenize_loop(readline, tokeneater) 23 tokenize(readline, tokeneater=printtoken) 24 are the same, except instead of generating tokens, tokeneater is a callback 160 def tokenize(readline, tokeneater=printtoken): 169 The second parameter, tokeneater, must also be a callable object. It is 174 tokenize_loop(readline, tokeneater) 179 def tokenize_loop(readline, tokeneater): 181 tokeneater(*token_info)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
EditorWindow.py | 1604 def tokeneater(self, type, token, start, end, line, member in class:IndentSearcher [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
EditorWindow.py | 1604 def tokeneater(self, type, token, start, end, line, member in class:IndentSearcher [all...] |