mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 02:39:22 +00:00
Update 'Python.asdl' to 3.13.2
This commit is contained in:
parent
d2f137b372
commit
33092d8002
1 changed files with 3 additions and 3 deletions
|
@ -145,8 +145,8 @@ module Python
|
|||
|
||||
type_ignore = TypeIgnore(int lineno, string tag)
|
||||
|
||||
type_param = TypeVar(identifier name, expr? bound)
|
||||
| ParamSpec(identifier name)
|
||||
| TypeVarTuple(identifier name)
|
||||
type_param = TypeVar(identifier name, expr? bound, expr? default_value)
|
||||
| ParamSpec(identifier name, expr? default_value)
|
||||
| TypeVarTuple(identifier name, expr? default_value)
|
||||
attributes (int lineno, int col_offset, int end_lineno, int end_col_offset)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue