MaskedArray.flags Information about the memory layout of the array. Notes The
MaskedArray.__getslice__(i, j)
MaskedArray.__xor__ x.__xor__(y) <==> x^y
MaskedArray.__getstate__()
MaskedArray.__rand__ x.__rand__(y) <==> y&x
MaskedArray.put(indices, values, mode='raise')
MaskedArray.astype(newtype)
MaskedArray.__rfloordiv__(other)
In addition to the
MaskedArray.__mul__(other)
Page 2 of 11