MaskedArray.__rdivmod__(y) <==> divmod(y, x)
MaskedArray.__mod__ x.__mod__(y) <==> x%y
MaskedArray.__sub__(other)
MaskedArray.choose(choices, out=None, mode='raise') Use an index array to construct a new array from a set of choices
MaskedArray.item(*args) Copy an element of an array to a standard Python scalar and return it.
MaskedArray.__ne__(other)
MaskedArray.tostring(fill_value=None, order='C')
MaskedArray.fill(value) Fill the array with a scalar value.
MaskedArray.__setstate__(state)
MaskedArray.__getitem__(indx)
Page 10 of 11