mirror of
https://github.com/python/cpython.git
synced 2025-08-19 08:11:46 +00:00
regenerate symbol.py
This commit is contained in:
parent
07f5451517
commit
dff27f714d
1 changed files with 13 additions and 14 deletions
|
@ -82,20 +82,19 @@ subscript = 324
|
||||||
sliceop = 325
|
sliceop = 325
|
||||||
exprlist = 326
|
exprlist = 326
|
||||||
testlist = 327
|
testlist = 327
|
||||||
dictmaker = 328
|
dictorsetmaker = 328
|
||||||
dictorsetmaker = 329
|
classdef = 329
|
||||||
classdef = 330
|
arglist = 330
|
||||||
arglist = 331
|
argument = 331
|
||||||
argument = 332
|
list_iter = 332
|
||||||
list_iter = 333
|
list_for = 333
|
||||||
list_for = 334
|
list_if = 334
|
||||||
list_if = 335
|
comp_iter = 335
|
||||||
comp_iter = 336
|
comp_for = 336
|
||||||
comp_for = 337
|
comp_if = 337
|
||||||
comp_if = 338
|
testlist1 = 338
|
||||||
testlist1 = 339
|
encoding_decl = 339
|
||||||
encoding_decl = 340
|
yield_expr = 340
|
||||||
yield_expr = 341
|
|
||||||
#--end constants--
|
#--end constants--
|
||||||
|
|
||||||
sym_name = {}
|
sym_name = {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue