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 d2a93af commit 6f5bc08Copy full SHA for 6f5bc08
1 file changed
stdlib/sqlite3/__init__.pyi
@@ -354,7 +354,6 @@ class Connection:
354
aggregate_class: Callable[[], _SingleParamWindowAggregateClass[_SQLType]] | None,
355
/,
356
) -> None: ...
357
- # And for num_params = -1, which means the aggregate must accept any number of parameters.
358
@overload
359
def create_window_function(
360
self, name: str, num_params: int, aggregate_class: Callable[[], _AnyParamWindowAggregateClass] | None, /
0 commit comments