Home | Trees | Indices | Help |
|
---|
|
object --+ | ParIterator
Parallel iterator
Constructor: ParIterator(|global_sequence|)
Arguments:
A ParIterator is used to loop element by element over a distributed sequence. At each iteration, the returned item (a global object) contains different elements of the distributed sequence.
|
|||
__getitem__(self, item) | |||
__init__(self,
sequence) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|||
Inherited from |
|
|||
Inherited from |
|
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Oct 6 14:45:41 2006 | http://epydoc.sourceforge.net |