| Home | Trees | Indices | Help |
|
|---|
|
|
Specialized type of Block that will duplicate itself a certain/random number of times.
See Also: Block, MultiBlockCount
|
|||
|
|||
|
|||
|
|||
|
|||
| string |
|
||
| number |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Generator |
|
||
|
|||
|
Inherited from |
|||
|
|||
_seed = 1192315309984
|
|||
|
|||
Base constructor, please call me!
|
Next value. OVERRIDE From Python docs on next(): The intention of the protocol is that once an iterator's next() method raises StopIteration, it will continue to do so on subsequent calls. Implementations that do not obey this property are deemed broken. (This constraint was added in Python 2.3; in Python 2.2, various iterators are broken according to this rule.) For Generators, please use the GeneratorCompleted exception instead of StopIteration (its a subclass).
|
Called to reset the generator to its initial state. OVERRIDE
|
Return raw value w/o passing through transformer if set. OVERRIDE
|
Size of generator after all transformations
|
Append a generator to end of list.
|
Insert generator into list
|
Remove a generator from list
|
Set array of generators.
|
Return iterator for Generator object. This is always the Generator object itself.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Aug 16 12:17:04 2008 | http://epydoc.sourceforge.net |