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