Home
last modified time | relevance | path

Searched refs:RARROW (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/
H A Dtoken.py57 RARROW = 51 variable
97 '->': RARROW,
/third_party/python/Include/
H A Dtoken.h64 #define RARROW 51 macro
/third_party/python/Parser/
H A Dtoken.c60 "RARROW",
142 case '>': return RARROW; in PyToken_TwoChars()
/third_party/python/Lib/lib2to3/pgen2/
H A Dtoken.py64 RARROW = 55 variable
/third_party/python/Lib/test/
H A Dtest_tokenize.py1436 self.assertExactTypeEqual('->', token.RARROW)
2018 RARROW '->' (1, 26) (1, 28)

Completed in 5 milliseconds