MaskedArray.__rdivmod__(y) <==> divmod(y, x)
recarray.argmin(axis=None, out=None) Return indices of the minimum values along the given axis of a. Refer
MaskedArray.__ilshift__ x.__ilshift__(y) <==> x<<=y
MaskedArray.flat Flat version of the array.
MaskedArray.__or__ x.__or__(y) <==> x|y
ndarray.setfield(val, dtype, offset=0) Put a value into a specified place in a field defined by a data-type. Place
ndarray.__nonzero__ x.__nonzero__() <==> x != 0
dtype.num A unique number for each of the 21 different built-in types. These are roughly ordered from least-to-most
generic.take() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
recarray.reshape(shape, order='C') Returns an array containing the same data with a new shape. Refer to
Page 44 of 56