iterator clone

Yosifov Pavel bulg at ngs.ru
Tue Jul 15 22:54:30 EDT 2008


Kay, can you show example of such generator? ReIter, for example, work
with usual generators.

But for "big" iterator, I think is no any good solutions. IMHO we can
discern 2 types of iterators: re-startable (based on internal Python
objects) and not re-startable (with an external state, side-
effects)...

Best regards, Pavel



More information about the Python-list mailing list