class numpy.ndarray
ndarray.dtype Data-type of the array?s elements.
ndarray.__setstate__(version, shape, dtype, isfortran, rawdata) For unpickling.
ndarray.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None) Return the sum along diagonals of the array. Refer
Page 13 of 13