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 1135b28 commit 9655775Copy full SHA for 9655775
1 file changed
stdlib/_ast.pyi
@@ -110,8 +110,8 @@ class FunctionDef(stmt):
110
body: list[stmt],
111
decorator_list: list[expr],
112
returns: expr | None = None,
113
- *,
114
type_comment: str | None = None,
+ *,
115
type_params: list[type_param],
116
**kwargs: Unpack[_Attributes],
117
) -> None: ...
@@ -160,8 +160,8 @@ class AsyncFunctionDef(stmt):
160
161
162
163
164
165
166
167
0 commit comments