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 4d0c455 commit 508a8e0Copy full SHA for 508a8e0
labelbox/pagination.py
@@ -34,6 +34,7 @@ def __init__(self, client, query, params, dereferencing, obj_class):
34
self._fetched_pages = 0
35
self._fetched_all = False
36
self._data = []
37
+ self._data_ind = 0
38
39
def __iter__(self):
40
self._data_ind = 0
0 commit comments