MaskedArray.__gt__ x.__gt__(y) <==> x>y
MaskedArray.__long__() <==> long(x)
MaskedArray.__oct__() <==> oct(x)
MaskedArray.conj() Complex-conjugate all elements. Refer to numpy.conjugate for full documentation
MaskedArray.__floordiv__(other)
MaskedArray.__rshift__ x.__rshift__(y) <==> x>>y
MaskedArray.__contains__ x.__contains__(y) <==> y in x
static MaskedArray.__new__(data=None, mask=False, dtype=None, copy=False, subok=True, ndmin=0, fill_value=None, keep_mask=True
MaskedArray.ctypes An object to simplify the interaction of the array with the ctypes module. This attribute
MaskedArray.dtype Data-type of the array?s elements.
Page 3 of 11