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