| symbol | index /usr/local/lib/python2.3/symbol.py |
Non-terminal symbols of Python grammar (from "graminit.h").
| Functions | ||
| ||
| Data | ||
| and_expr = 299 and_test = 293 arglist = 317 argument = 318 arith_expr = 301 assert_stmt = 284 atom = 305 augassign = 268 break_stmt = 273 classdef = 316 comp_op = 296 comparison = 295 compound_stmt = 285 continue_stmt = 274 del_stmt = 270 dictmaker = 315 dotted_as_name = 280 dotted_name = 281 encoding_decl = 323 eval_input = 258 except_clause = 290 exec_stmt = 283 expr = 297 expr_stmt = 267 exprlist = 312 factor = 303 file_input = 257 flow_stmt = 272 for_stmt = 288 fpdef = 262 fplist = 263 funcdef = 259 global_stmt = 282 if_stmt = 286 import_as_name = 279 import_stmt = 278 lambdef = 307 list_for = 320 list_if = 321 list_iter = 319 listmaker = 306 not_test = 294 parameters = 260 pass_stmt = 271 power = 304 print_stmt = 269 raise_stmt = 277 return_stmt = 275 shift_expr = 300 simple_stmt = 265 single_input = 256 sliceop = 311 small_stmt = 266 stmt = 264 subscript = 310 subscriptlist = 309 suite = 291 sym_name = {256: 'single_input', 257: 'file_input', 258: 'eval_input', 259: 'funcdef', 260: 'parameters', 261: 'varargslist', 262: 'fpdef', 263: 'fplist', 264: 'stmt', 265: 'simple_stmt', ...} term = 302 test = 292 testlist = 313 testlist1 = 322 testlist_safe = 314 trailer = 308 try_stmt = 289 varargslist = 261 while_stmt = 287 xor_expr = 298 yield_stmt = 276 | ||