| Home | Trees | Indices | Help |
|
|---|
|
|
This group will take a GroupSequence and perform random mutations on how generators are incremented. This group understands that a GroupSequence can have other GroupSequences in it.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Create a new Group object.
|
Iterate all Generators to next value. 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 Groups, please use the GroupCompleted exception instead of StopIteration (its a subclass).
|
Resets all Generators to there initial state.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Aug 16 12:17:14 2008 | http://epydoc.sourceforge.net |