MaskedArray.__rand__ x.__rand__(y) <==> y&x
MaskedArray.__oct__() <==> oct(x)
MaskedArray.__rfloordiv__(other)
MaskedArray.astype(newtype)
MaskedArray.__irshift__ x.__irshift__(y) <==> x>>=y
MaskedArray.conj() Complex-conjugate all elements. Refer to numpy.conjugate for full documentation
MaskedArray.__divmod__(y) <==> divmod(x, y)
MaskedArray.flags Information about the memory layout of the array. Notes The
MaskedArray.__getslice__(i, j)
MaskedArray.__imod__ x.__imod__(y) <==> x%=y
Page 1 of 11