| token | index /usr/lib/python1.5/token.py |
# Tokens (from "token.h")
#
# This file is automatically generated; please don't muck it up!
#
# To update the symbols in this file, 'cd' to the top directory of
# the python source tree after building the interpreter and run:
#
# python Lib/token.py
| Constants | |||
AMPER = 19 BACKQUOTE = 25 CIRCUMFLEX = 33 COLON = 11 COMMA = 12 DEDENT = 6 DOT = 23 DOUBLESTAR = 36 ENDMARKER = 0 EQEQUAL = 28 EQUAL = 22 ERRORTOKEN = 38 GREATER = 21 GREATEREQUAL = 31 INDENT = 5 LBRACE = 26 LEFTSHIFT = 34 LESS = 20 LESSEQUAL = 30 LPAR = 7 LSQB = 9 MINUS = 15 NAME = 1 NEWLINE = 4 NOTEQUAL = 29 NT_OFFSET = 256 NUMBER = 2 N_TOKENS = 39 OP = 37 PERCENT = 24 PLUS = 14 RBRACE = 27 RIGHTSHIFT = 35 RPAR = 8 RSQB = 10 SEMI = 13 SLASH = 17 STAR = 16 STRING = 3 TILDE = 32 VBAR = 18 | |||