generic.std() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
generic.itemsize length of one element in bytes
ndarray.__getitem__ x.__getitem__(y) <==> x[y]
ndarray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert the string back to
MaskedArray.__and__ x.__and__(y) <==> x&y
MaskedArray.__gt__ x.__gt__(y) <==> x>y
MaskedArray.__mul__(other)
ndarray.__lshift__ x.__lshift__(y) <==> x<<y
ndarray.argsort(axis=-1, kind='quicksort', order=None) Returns the indices that would sort this array. Refer to
ndarray.newbyteorder(new_order='S') Return the array with the same data viewed with a different byte order. Equivalent
Page 2 of 56