| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| ``num_results`` property of the iterator:: | ||
|
|
||
| >>> my_iterator = Iterator(...) | ||
| ... for my_item in my_iterator: |
Make note of num_results property on iterators
| Back | FazBrowse Home | New Git URL |
There's no mention of this handy property in the core docs, so I thought I'd add an example of its usage.