Lines Matching refs:token
148 import token
1181 def tokeneater(self, type, token, srowcol, erowcol, line):
1184 if token == "@":
1187 elif token in ("def", "class", "lambda"):
1188 if token == "lambda":
1220 # any other token on the same indentation level end the previous
2131 OP = token.OP
2132 ERRORTOKEN = token.ERRORTOKEN
2134 # token stream always starts with ENCODING token, skip it