Skip to content

Commit 25cd4dc

Browse files
committed
rename 'iter_by_chunks' to 'list_iter'
1 parent 534a7b7 commit 25cd4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapinghub/client/items.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def _modify_iter_params(self, params):
6060
params['start'] = '{}/{}'.format(self.key, offset)
6161
return params
6262

63-
def iter_by_chunks(self, chunksize=10000, *args, **kwargs):
63+
def list_iter(self, chunksize=10000, *args, **kwargs):
6464
"""An alternative for reading and processing items by returning a
6565
generator of item chunks.
6666

0 commit comments

Comments
 (0)