-
- Downloads
bundle2: look for __next__ as well as next to identify iterators
In Python 3, next is called __next__ and this was failing to catch some iterators.
Loading
Please register or sign in to comment
In Python 3, next is called __next__ and this was failing to catch some iterators.