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

Class OurGenerator

source code

  object --+    
           |    
IteratorBase --+
               |
              OurGenerator

Instance Methods [hide private]
 
__iter__(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]

Inherited from IteratorBase: created, datachunk

Properties [hide private]

Inherited from object: __class__