troygraben

Results 1 issues of troygraben

The `__iter__` function must perform initialization and return the iterator object itself. The `__next__` function must return the next item or raise StopIteration when no more elements are available. This...