MaskedArray.__rmul__(other)
MaskedArray.__rshift__ x.__rshift__(y) <==> x>>y
MaskedArray.__floordiv__(other)
MaskedArray.__contains__ x.__contains__(y) <==> y in x
MaskedArray.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the
MaskedArray.__ior__ x.__ior__(y) <==> x|=y
MaskedArray.__div__(other)
MaskedArray.__add__(other)
MaskedArray.__len__() <==> len(x)
MaskedArray.__hex__() <==> hex(x)
Page 5 of 11