mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-10 10:26:31 +08:00
Support Python 3.14 (#13957)
This commit is contained in:
@@ -251,6 +251,7 @@ class AsyncFunctionDef(stmt):
|
||||
returns: expr | None = ...,
|
||||
type_comment: str | None = ...,
|
||||
type_params: list[type_param] = ...,
|
||||
**kwargs: Unpack[_Attributes],
|
||||
) -> Self: ...
|
||||
|
||||
class ClassDef(stmt):
|
||||
|
||||
Reference in New Issue
Block a user