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 f1d4f3a commit b200a12Copy full SHA for b200a12
docs/source/api/itertools.rst
@@ -86,11 +86,15 @@ Iterator splitting
86
87
.. versionadded:: 3.10.0
88
89
-.. autofunction:: batched(iterable: (async) iter T, n: int)
+.. autofunction:: batched(iterable: (async) iter T, n: int, strict: bool = False)
90
:async-for: :T
91
92
.. versionadded:: 3.11.0
93
94
+ .. versionadded:: 3.13.0
95
+
96
+ The ``strict`` parameter.
97
98
.. py:function:: groupby(iterable: (async) iter T)
99
:async-for: :(T, async iter T)
100
:noindex:
0 commit comments