ndarray.__truediv__ x.__truediv__(y) <==> x/y
ndarray.__idiv__ x.__idiv__(y) <==> x/=y
ndarray.__pow__(y[, z]) <==> pow(x, y[, z])
ndarray.fill(value) Fill the array with a scalar value.
A data type object (an instance of
MaskedArray.shape Tuple of array dimensions. Notes May be used to ?reshape? the
record.flags integer value of flags
MaskedArray.repeat(repeats, axis=None)
MaskedArray.__isub__(other)
record.cumprod() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
Page 42 of 56