Skip to content

Conversation

plamut
Copy link
Contributor

@plamut plamut commented Jun 7, 2021

Closes #175.

This PR transforms *Iterator classes to actual iterators (before they were just iterables).

PR checklist:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

plamut added 2 commits June 7, 2021 13:16
The *Iterator classes are only _iterables_, and this commit also makes
them _iterators_, i.e. calling next(iterator) on them now works.
@plamut plamut requested a review from tswast June 7, 2021 12:49
@plamut plamut requested a review from a team as a code owner June 7, 2021 12:49
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jun 7, 2021
@plamut plamut merged commit 3487d68 into googleapis:master Jun 8, 2021
@plamut plamut deleted the iss-175 branch June 8, 2021 08:30
This was referenced May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

paged iterators are not iterators
2 participants