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 67077ab commit 214a6c5Copy full SHA for 214a6c5
src/thread/utils/algorithm.py
@@ -29,7 +29,7 @@ def chunk_split(
29
30
Returns
31
-------
32
- :returns list[tuple[int, int]]: The chunked dataset slices
+ :returns Generator[tuple[int, int], None, None]: The chunked dataset slices
33
34
Raises
35
------
0 commit comments