Searched refs:check_tokenize (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_tokenize.py | 45 def check_tokenize(self, s, expected): member in TokenizeTest 63 self.check_tokenize("1 + 1", """\ 68 self.check_tokenize("if False:\n" 101 self.check_tokenize("0xff <= 255", """\ 106 self.check_tokenize("0b10 <= 255", """\ 111 self.check_tokenize("0o123 <= 0O123", """\ 116 self.check_tokenize("1234567 > ~0x15", """\ 122 self.check_tokenize("2134568 != 1231515", """\ 127 self.check_tokenize("(-124561-1) & 200000000", """\ 137 self.check_tokenize(" 950 def check_tokenize(self, s, expected): global() member in GenerateTokensTest 1659 def check_tokenize(self, s, expected): global() member in CTokenizeTest [all...] |
Completed in 2 milliseconds