Is there a word for an iterable object which isn't also an iterator, and
therefor can be iterated over multiple times without being exhausted?
"Sequence" is close, but a non-iterator iterable could technically
provide an __iter__ method without implementing the sequence protocol,
so it's not quite right.
--
http://mail.python.org/mailman/listinfo/python-list
- Re: Word for a non-iterator iterable? Leif K-Brooks
- Re: Word for a non-iterator iterable? vincent wehren
- Re: Word for a non-iterator iterable? Terry Reedy
- Re: Word for a non-iterator iterable? Alex Martelli
- Re: Word for a non-iterator iterable? Oren Tirosh
- Re: Word for a non-iterator iterable? Terry Reedy