You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
The naming of the "iterator" classes & modules is misleading.
Describe the solution you'd like
Add a
__next__method so that a paged iterator can be used as an iterator.Describe alternatives you've considered
Rename classes to "iterable" instead of iterator. This would be a breaking change, though.
Additional context