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

Class OurNotClosableIterator

source code

  object --+        
           |        
IteratorBase --+    
               |    
     OurIterator --+
                   |
                  OurNotClosableIterator

Instance Methods [hide private]
 
close(self, somearg) source code

Inherited from OurIterator: __del__, __iter__, __next__, decrement, increment, next

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]

Inherited from OurIterator: closed_off, count, started

Inherited from IteratorBase: created, datachunk

Properties [hide private]

Inherited from object: __class__