return the index of the next item returned by next()
(self)
| 80 | |
| 81 | @property |
| 82 | def index(self): |
| 83 | """return the index of the next item returned by next()""" |
| 84 | return self._idx |
| 85 | |
| 86 | |
| 87 | def name_section(path): |
no outgoing calls
no test coverage detected