What is an iterator?

An iterator is an object that represents a stream of data. Unlike a sequence, an iterator can (usually) only provide the next item. The for-in statement uses iterators to control the loop, and iterators can also be used in many other contexts.

To add iteration support to your own classes, implement the __iter__ method.

CATEGORY: programming

 

A Django site. this page was rendered by a django application in 0.00s 2012-02-13 02:43:47.703549. hosted by webfaction.