ndarray.getfield(dtype, offset=0) Returns a field of the given array as a certain type. A field is a view of the
generic.itemsize length of one element in bytes
ndarray.item(*args) Copy an element of an array to a standard Python scalar and return it.
ndarray.__gt__ x.__gt__(y) <==> x>y
recarray.nbytes Total bytes consumed by the elements of the array. Notes Does not include
matrix.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY, respectively.
generic.real real part of scalar
recarray.flatten(order='C') Return a copy of the array collapsed into one dimension.
MaskedArray.view(dtype=None, type=None)
dtype.__reduce__()
Page 3 of 56