We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac49bd6 commit 8783206Copy full SHA for 8783206
1 file changed
stdlib/ast.pyi
@@ -251,6 +251,7 @@ class AsyncFunctionDef(stmt):
251
returns: expr | None = ...,
252
type_comment: str | None = ...,
253
type_params: list[type_param] = ...,
254
+ **kwargs: Unpack[_Attributes],
255
) -> Self: ...
256
257
class ClassDef(stmt):
0 commit comments