Commit 39cf04b7 authored by Georg Brandl's avatar Georg Brandl

Regenerate Lib/symbol.py.

parent c3f5bad7
...@@ -15,90 +15,82 @@ file_input = 257 ...@@ -15,90 +15,82 @@ file_input = 257
eval_input = 258 eval_input = 258
decorator = 259 decorator = 259
decorators = 260 decorators = 260
decorated_thing = 261 decorated = 261
funcdef = 262 funcdef = 262
parameters = 263 parameters = 263
typedargslist = 264 typedargslist = 264
tname = 265 tfpdef = 265
tfpdef = 266 varargslist = 266
tfplist = 267 vfpdef = 267
varargslist = 268 stmt = 268
vname = 269 simple_stmt = 269
vfpdef = 270 small_stmt = 270
vfplist = 271 expr_stmt = 271
stmt = 272 augassign = 272
simple_stmt = 273 del_stmt = 273
small_stmt = 274 pass_stmt = 274
expr_stmt = 275 flow_stmt = 275
augassign = 276 break_stmt = 276
del_stmt = 277 continue_stmt = 277
pass_stmt = 278 return_stmt = 278
flow_stmt = 279 yield_stmt = 279
break_stmt = 280 raise_stmt = 280
continue_stmt = 281 import_stmt = 281
return_stmt = 282 import_name = 282
yield_stmt = 283 import_from = 283
raise_stmt = 284 import_as_name = 284
import_stmt = 285 dotted_as_name = 285
import_name = 286 import_as_names = 286
import_from = 287 dotted_as_names = 287
import_as_name = 288 dotted_name = 288
dotted_as_name = 289 global_stmt = 289
import_as_names = 290 nonlocal_stmt = 290
dotted_as_names = 291 assert_stmt = 291
dotted_name = 292 compound_stmt = 292
global_stmt = 293 if_stmt = 293
nonlocal_stmt = 294 while_stmt = 294
assert_stmt = 295 for_stmt = 295
compound_stmt = 296 try_stmt = 296
if_stmt = 297 with_stmt = 297
while_stmt = 298 with_var = 298
for_stmt = 299 except_clause = 299
try_stmt = 300 suite = 300
with_stmt = 301 test = 301
with_var = 302 test_nocond = 302
except_clause = 303 lambdef = 303
suite = 304 lambdef_nocond = 304
testlist_safe = 305 or_test = 305
old_test = 306 and_test = 306
old_lambdef = 307 not_test = 307
test = 308 comparison = 308
or_test = 309 comp_op = 309
and_test = 310 star_expr = 310
not_test = 311 expr = 311
comparison = 312 xor_expr = 312
comp_op = 313 and_expr = 313
expr = 314 shift_expr = 314
xor_expr = 315 arith_expr = 315
and_expr = 316 term = 316
shift_expr = 317 factor = 317
arith_expr = 318 power = 318
term = 319 atom = 319
factor = 320 testlist_comp = 320
power = 321 trailer = 321
atom = 322 subscriptlist = 322
listmaker = 323 subscript = 323
testlist_gexp = 324 sliceop = 324
lambdef = 325 exprlist = 325
trailer = 326 testlist = 326
subscriptlist = 327 dictorsetmaker = 327
subscript = 328 classdef = 328
sliceop = 329 arglist = 329
exprlist = 330 argument = 330
testlist = 331 comp_iter = 331
dictsetmaker = 332 comp_for = 332
classdef = 333 comp_if = 333
arglist = 334 testlist1 = 334
argument = 335 encoding_decl = 335
list_iter = 336 yield_expr = 336
list_for = 337
list_if = 338
gen_iter = 339
gen_for = 340
gen_if = 341
testlist1 = 342
encoding_decl = 343
yield_expr = 344
#--end constants-- #--end constants--
sym_name = {} sym_name = {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment