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 534a7b7 commit 25cd4dcCopy full SHA for 25cd4dc
scrapinghub/client/items.py
@@ -60,7 +60,7 @@ def _modify_iter_params(self, params):
60
params['start'] = '{}/{}'.format(self.key, offset)
61
return params
62
63
- def iter_by_chunks(self, chunksize=10000, *args, **kwargs):
+ def list_iter(self, chunksize=10000, *args, **kwargs):
64
"""An alternative for reading and processing items by returning a
65
generator of item chunks.
66
0 commit comments