/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
token.h | 12 #define ENDMARKER 0 74 #define ISEOF(x) ((x) == ENDMARKER)
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
token.h | 12 #define ENDMARKER 0 74 #define ISEOF(x) ((x) == ENDMARKER)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
token.py | 9 ENDMARKER = 0 82 return x == ENDMARKER
|
tokenize.py | 495 yield (ENDMARKER, '', (lnum, 0), (lnum, 0), '')
|
pgen.py | 148 # MSTART: (NEWLINE | RULE)* ENDMARKER 149 while self.type != token.ENDMARKER:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
token.py | 9 ENDMARKER = 0 82 return x == ENDMARKER
|
tokenize.py | 495 yield (ENDMARKER, '', (lnum, 0), (lnum, 0), '')
|
pgen.py | 148 # MSTART: (NEWLINE | RULE)* ENDMARKER 149 while self.type != token.ENDMARKER:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
token.py | 13 ENDMARKER = 0 84 return x == ENDMARKER
|
tokenize.py | 419 yield (ENDMARKER, '', (lnum, 0), (lnum, 0), '')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
token.py | 13 ENDMARKER = 0 84 return x == ENDMARKER
|
tokenize.py | 419 yield (ENDMARKER, '', (lnum, 0), (lnum, 0), '')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tokenize.py | 562 STRING, ENDMARKER, tok_name) 569 The ENDMARKER is omitted. 573 if type == ENDMARKER:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tokenize.py | 562 STRING, ENDMARKER, tok_name) 569 The ENDMARKER is omitted. 573 if type == ENDMARKER:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
transformer.py | 187 if node[0] != token.ENDMARKER and node[0] != token.NEWLINE: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
transformer.py | 187 if node[0] != token.ENDMARKER and node[0] != token.NEWLINE: [all...] |