Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8544e258
Commit
8544e258
authored
May 27, 2015
by
Yury Selivanov
Browse files
Options
Browse Files
Download
Plain Diff
Issue 24297: Update symbol.py. See also issue 24017.
parents
572183ea
01098120
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
79 additions
and
76 deletions
+79
-76
Lib/symbol.py
Lib/symbol.py
+79
-76
No files found.
Lib/symbol.py
View file @
8544e258
...
@@ -16,82 +16,85 @@ eval_input = 258
...
@@ -16,82 +16,85 @@ eval_input = 258
decorator
=
259
decorator
=
259
decorators
=
260
decorators
=
260
decorated
=
261
decorated
=
261
funcdef
=
262
async_funcdef
=
262
parameters
=
263
funcdef
=
263
typedargslist
=
264
parameters
=
264
tfpdef
=
265
typedargslist
=
265
varargslist
=
266
tfpdef
=
266
vfpdef
=
267
varargslist
=
267
stmt
=
268
vfpdef
=
268
simple_stmt
=
269
stmt
=
269
small_stmt
=
270
simple_stmt
=
270
expr_stmt
=
271
small_stmt
=
271
testlist_star_expr
=
272
expr_stmt
=
272
augassign
=
273
testlist_star_expr
=
273
del_stmt
=
274
augassign
=
274
pass_stmt
=
275
del_stmt
=
275
flow_stmt
=
276
pass_stmt
=
276
break_stmt
=
277
flow_stmt
=
277
continue_stmt
=
278
break_stmt
=
278
return_stmt
=
279
continue_stmt
=
279
yield_stmt
=
280
return_stmt
=
280
raise_stmt
=
281
yield_stmt
=
281
import_stmt
=
282
raise_stmt
=
282
import_name
=
283
import_stmt
=
283
import_from
=
284
import_name
=
284
import_as_name
=
285
import_from
=
285
dotted_as_name
=
286
import_as_name
=
286
import_as_names
=
287
dotted_as_name
=
287
dotted_as_names
=
288
import_as_names
=
288
dotted_name
=
289
dotted_as_names
=
289
global_stmt
=
290
dotted_name
=
290
nonlocal_stmt
=
291
global_stmt
=
291
assert_stmt
=
292
nonlocal_stmt
=
292
compound_stmt
=
293
assert_stmt
=
293
if_stmt
=
294
compound_stmt
=
294
while_stmt
=
295
async_stmt
=
295
for_stmt
=
296
if_stmt
=
296
try_stmt
=
297
while_stmt
=
297
with_stmt
=
298
for_stmt
=
298
with_item
=
299
try_stmt
=
299
except_clause
=
300
with_stmt
=
300
suite
=
301
with_item
=
301
test
=
302
except_clause
=
302
test_nocond
=
303
suite
=
303
lambdef
=
304
test
=
304
lambdef_nocond
=
305
test_nocond
=
305
or_test
=
306
lambdef
=
306
and_test
=
307
lambdef_nocond
=
307
not_test
=
308
or_test
=
308
comparison
=
309
and_test
=
309
comp_op
=
310
not_test
=
310
star_expr
=
311
comparison
=
311
expr
=
312
comp_op
=
312
xor_expr
=
313
star_expr
=
313
and_expr
=
314
expr
=
314
shift_expr
=
315
xor_expr
=
315
arith_expr
=
316
and_expr
=
316
term
=
317
shift_expr
=
317
factor
=
318
arith_expr
=
318
power
=
319
term
=
319
atom
=
320
factor
=
320
testlist_comp
=
321
power
=
321
trailer
=
322
atom_expr
=
322
subscriptlist
=
323
atom
=
323
subscript
=
324
testlist_comp
=
324
sliceop
=
325
trailer
=
325
exprlist
=
326
subscriptlist
=
326
testlist
=
327
subscript
=
327
dictorsetmaker
=
328
sliceop
=
328
classdef
=
329
exprlist
=
329
arglist
=
330
testlist
=
330
argument
=
331
dictorsetmaker
=
331
comp_iter
=
332
classdef
=
332
comp_for
=
333
arglist
=
333
comp_if
=
334
argument
=
334
encoding_decl
=
335
comp_iter
=
335
yield_expr
=
336
comp_for
=
336
yield_arg
=
337
comp_if
=
337
encoding_decl
=
338
yield_expr
=
339
yield_arg
=
340
#--end constants--
#--end constants--
sym_name
=
{}
sym_name
=
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment