Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dtoken.py16 RSQB = 10 variable
120 ']': RSQB,
/third_party/python/Include/
H A Dtoken.h23 #define RSQB 10 macro
/third_party/python/Parser/
H A Dtoken.c19 "RSQB",
99 case ']': return RSQB; in PyToken_OneChar()
/third_party/python/Lib/lib2to3/pgen2/
H A Dtoken.py19 RSQB = 10 variable
/third_party/python/Lib/test/
H A Dtest_tokenize.py1395 self.assertExactTypeEqual('[]', token.LSQB, token.RSQB)
2082 RSQB ']' (1, 36) (1, 37)
2158 RSQB ']' (2, 22) (2, 23)

Completed in 9 milliseconds