Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dtoken.py53 DOUBLESLASH = 47 variable
101 '//': DOUBLESLASH,
/third_party/python/Include/
H A Dtoken.h60 #define DOUBLESLASH 47 macro
/third_party/python/Parser/
H A Dtoken.c56 "DOUBLESLASH",
147 case '/': return DOUBLESLASH; in PyToken_TwoChars()
/third_party/python/Lib/lib2to3/pgen2/
H A Dtoken.py57 DOUBLESLASH = 48 variable
/third_party/python/Lib/test/
H A Dtest_tokenize.py1432 self.assertExactTypeEqual('//', token.DOUBLESLASH)
2091 DOUBLESLASH '//' (1, 5) (1, 7)
2132 DOUBLESLASH '//' (1, 10) (1, 12)

Completed in 6 milliseconds