Update 'Python.asdl' to 3.13.2

This commit is contained in:
Lee Dogeon 2025-02-11 14:45:29 +09:00
parent d2f137b372
commit 33092d8002
No known key found for this signature in database
GPG key ID: A6FBB8C59908DE9D

View file

@ -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)
}