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