| Home | Trees | Indices | Help |
|
|---|
|
|
A sequence of groups. Each group will be iterated until they are
completed in sequence.
This is also a container type and can be used as such to gain
access to the contained groups.
HINT: If groups param is an integer it will create an array of
Group() objects of that length that can be accessed using
the array specifier groupSequence[x].
|
|||
|
|||
| Group |
|
||
| Group |
|
||
| Group |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Create a GroupSequence object.
|
This is a function for slackers that allows access to the next group without having to specify an index.
|
Will add a new Group to sequence of groups and then return that group.
|
Append a Group.
|
Remove a Group.
|
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 |