Package cherrypy :: Package test :: Module test_iterator :: Class OurIterator
[hide private]
[frames] | no frames]

Class OurIterator

source code

  object --+    
           |    
IteratorBase --+
               |
              OurIterator
Known Subclasses:

Instance Methods [hide private]
 
increment(self) source code
 
decrement(self) source code
 
__iter__(self) source code
 
__next__(self) source code
 
next(self) source code
 
__del__(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from IteratorBase: decr, incr

Class Variables [hide private]
  started = False
  closed_off = False
  count = 0

Inherited from IteratorBase: created, datachunk

Properties [hide private]

Inherited from object: __class__