Home | Trees | Indices | Help |
|
---|
|
object --+ | ParIndexIterator
Parallel index iterator
A ParIndexIterator is used to loop index by index over one or more distributed sequences. At each iteration, the returned item (a ParIndex object) contains indices of different elements of the distributed sequence(s). The index objects can be used to index any ParValue object whose local value is a sequence object.
|
|||
__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 |