ndarray.__setstate__(version, shape, dtype, isfortran, rawdata) For unpickling.
class numpy.ndarray
MaskedArray.__sub__(other)
MaskedArray.item(*args) Copy an element of an array to a standard Python scalar and return it.
MaskedArray.ids()
MaskedArray.tostring(fill_value=None, order='C')
MaskedArray.__getitem__(indx)
MaskedArray.fill(value) Fill the array with a scalar value.
MaskedArray.__nonzero__ x.__nonzero__() <==> x != 0
The iterator object
Page 55 of 56