mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)
This commit is contained in:
parent
61ac612e78
commit
8689209e03
7 changed files with 27 additions and 51 deletions
|
@ -90,7 +90,7 @@ module Python
|
|||
-- col_offset is the byte offset in the utf8 string the parser uses
|
||||
attributes (int lineno, int col_offset, int? end_lineno, int? end_col_offset)
|
||||
|
||||
expr_context = Load | Store | Del | AugLoad | AugStore | Param
|
||||
expr_context = Load | Store | Del | AugLoad | AugStore
|
||||
|
||||
boolop = And | Or
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue