Closed jkminder closed 2 years ago
The ResourceIterator should work based on the native python __next__ and __iter__ functions instead of the next and reset_to_first functions.
__next__
__iter__
next
reset_to_first
The ResourceIterator should work based on the native python
__next__
and__iter__
functions instead of thenext
andreset_to_first
functions.