Minor method call improvement
In this case, we can just use the bound method `self.__next__` instead of calling the unbound method of `type(self)` and giving `self` as the first parameter.
Loading
Please register or sign in to comment
In this case, we can just use the bound method `self.__next__` instead of calling the unbound method of `type(self)` and giving `self` as the first parameter.