File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030break_stmt = 273
3131continue_stmt = 274
3232return_stmt = 275
33- raise_stmt = 276
34- import_stmt = 277
35- import_as_name = 278
36- dotted_as_name = 279
37- dotted_name = 280
38- global_stmt = 281
39- exec_stmt = 282
40- assert_stmt = 283
41- compound_stmt = 284
42- if_stmt = 285
43- while_stmt = 286
44- for_stmt = 287
45- try_stmt = 288
46- except_clause = 289
47- suite = 290
48- test = 291
49- and_test = 292
50- not_test = 293
51- comparison = 294
52- comp_op = 295
53- expr = 296
54- xor_expr = 297
55- and_expr = 298
56- shift_expr = 299
57- arith_expr = 300
58- term = 301
59- factor = 302
60- power = 303
61- atom = 304
62- listmaker = 305
63- lambdef = 306
64- trailer = 307
65- subscriptlist = 308
66- subscript = 309
67- sliceop = 310
68- exprlist = 311
69- testlist = 312
70- dictmaker = 313
71- classdef = 314
72- arglist = 315
73- argument = 316
74- list_iter = 317
75- list_for = 318
76- list_if = 319
33+ yield_stmt = 276
34+ raise_stmt = 277
35+ import_stmt = 278
36+ import_as_name = 279
37+ dotted_as_name = 280
38+ dotted_name = 281
39+ global_stmt = 282
40+ exec_stmt = 283
41+ assert_stmt = 284
42+ compound_stmt = 285
43+ if_stmt = 286
44+ while_stmt = 287
45+ for_stmt = 288
46+ try_stmt = 289
47+ except_clause = 290
48+ suite = 291
49+ test = 292
50+ and_test = 293
51+ not_test = 294
52+ comparison = 295
53+ comp_op = 296
54+ expr = 297
55+ xor_expr = 298
56+ and_expr = 299
57+ shift_expr = 300
58+ arith_expr = 301
59+ term = 302
60+ factor = 303
61+ power = 304
62+ atom = 305
63+ listmaker = 306
64+ lambdef = 307
65+ trailer = 308
66+ subscriptlist = 309
67+ subscript = 310
68+ sliceop = 311
69+ exprlist = 312
70+ testlist = 313
71+ dictmaker = 314
72+ classdef = 315
73+ arglist = 316
74+ argument = 317
75+ list_iter = 318
76+ list_for = 319
77+ list_if = 320
7778#--end constants--
7879
7980sym_name = {}
You can’t perform that action at this time.
0 commit comments