MaskedArray.__setslice__(i, j, value)
MaskedArray.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate
MaskedArray.__deepcopy__(memo=None)
MaskedArray.repeat(repeats, axis=None)
MaskedArray.__truediv__(other)
MaskedArray.__isub__(other)
MaskedArray.__rxor__ x.__rxor__(y) <==> y^x
MaskedArray.__ifloordiv__(other)
MaskedArray.__array__(|dtype) ? reference if type unchanged, copy otherwise. Returns either a new reference to
MaskedArray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert the string
Page 7 of 11