Changeset 388 for python/vendor/current/Lib/symbol.py
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Lib/symbol.py
r2 r388 8 8 # the python source tree after building the interpreter and run: 9 9 # 10 # python Lib/symbol.py10 # ./python Lib/symbol.py 11 11 12 12 #--start constants-- … … 53 53 try_stmt = 296 54 54 with_stmt = 297 55 with_ var= 29855 with_item = 298 56 56 except_clause = 299 57 57 suite = 300 … … 75 75 atom = 318 76 76 listmaker = 319 77 testlist_ gexp = 32077 testlist_comp = 320 78 78 lambdef = 321 79 79 trailer = 322 … … 83 83 exprlist = 326 84 84 testlist = 327 85 dict maker = 32885 dictorsetmaker = 328 86 86 classdef = 329 87 87 arglist = 330 … … 90 90 list_for = 333 91 91 list_if = 334 92 gen_iter = 33593 gen_for = 33694 gen_if = 33792 comp_iter = 335 93 comp_for = 336 94 comp_if = 337 95 95 testlist1 = 338 96 96 encoding_decl = 339
Note:
See TracChangeset
for help on using the changeset viewer.