| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| passed, defaults to a value set by the API. | ||
|
|
||
| :type page_token: string | ||
| :type page_token: str |
| description=description) | ||
|
|
||
|
|
||
| def _item_to_zone(iterator, resource): |
| client=client, path=path, items_key='changes', | ||
| item_to_value=_item_to_changes, | ||
| page_token=page_token, max_results=max_results) | ||
| iterator.zone = self |
|
Travis failure is due to pylint: ************* Module unit_tests.test_zone R:600, 4: Too many statements (51/50) (too-many-statements) |
Sorry, something went wrong.
|
Yup, saw that. It's from adding self.assertIs(zone, iterator.zone) and not re-running Pylint locally. D'oh! |
Sorry, something went wrong.
Moving to iterators in DNS.
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
| Back | FazBrowse Home | New Git URL |
Alternative to #2532 with #2558 as diffbase.