Returns the current item.
(self)
| 586 | |
| 587 | @property |
| 588 | def current(self): |
| 589 | """Returns the current item.""" |
| 590 | return self.items[self.pos] |
| 591 | |
| 592 | def next(self): |
| 593 | """Goes one item ahead and returns it.""" |
no outgoing calls
no test coverage detected