| symbol | index /usr/lib/python1.5/symbol.py |
# Non-terminal symbols of Python grammar (from "graminit.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/symbol.py
| Constants | |||
and_expr = 295 and_test = 289 arglist = 311 argument = 312 arith_expr = 297 assert_stmt = 280 atom = 301 break_stmt = 272 classdef = 310 comp_op = 292 comparison = 291 compound_stmt = 281 continue_stmt = 273 del_stmt = 269 dictmaker = 309 dotted_name = 277 eval_input = 258 except_clause = 286 exec_stmt = 279 expr = 293 expr_stmt = 267 exprlist = 307 factor = 299 file_input = 257 flow_stmt = 271 for_stmt = 284 fpdef = 262 fplist = 263 funcdef = 259 global_stmt = 278 if_stmt = 282 import_stmt = 276 lambdef = 302 not_test = 290 parameters = 260 pass_stmt = 270 power = 300 print_stmt = 268 raise_stmt = 275 return_stmt = 274 shift_expr = 296 simple_stmt = 265 single_input = 256 sliceop = 306 small_stmt = 266 stmt = 264 subscript = 305 subscriptlist = 304 suite = 287 term = 298 test = 288 testlist = 308 trailer = 303 try_stmt = 285 varargslist = 261 while_stmt = 283 xor_expr = 294 | |||