Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dtoken.py15 LSQB = 9 variable
119 '[': LSQB,
/third_party/python/Include/
H A Dtoken.h22 #define LSQB 9 macro
/third_party/python/Parser/
H A Dtoken.c18 "LSQB",
98 case '[': return LSQB; in PyToken_OneChar()
/third_party/python/Lib/lib2to3/pgen2/
H A Dtoken.py18 LSQB = 9 variable
/third_party/python/Lib/test/
H A Dtest_tokenize.py1395 self.assertExactTypeEqual('[]', token.LSQB, token.RSQB)
2080 LSQB '[' (1, 34) (1, 35)
2156 LSQB '[' (2, 15) (2, 16)

Completed in 5 milliseconds