[Python-Dev] iterators

Thomas Wouters thomas@xs4all.net
Mon, 21 Aug 2000 12:59:44 +0200


On Mon, Aug 21, 2000 at 12:43:47PM +0200, Fredrik Lundh wrote:
> mal wrote:
> > How about a third variant:
> > 
> > #3:
> > __iter = <object>.iterator()
> > while __iter:
> >    <variable> = __iter.next()
> >    <block>

> how does that one terminate?

__iter should evaluate to false once it's "empty". 

-- 
Thomas Wouters <thomas@xs4all.net>

Hi! I'm a .signature virus! copy me into your .signature file to help me spread!