ndarray.__imod__ x.__imod__(y) <==> x%=y
matrix.itemset(*args) Insert scalar into an array (scalar is cast to array?s dtype, if possible) There must be at
dtype.alignment The required alignment (bytes) of this data-type according to the compiler. More information
record.shape tuple of array dimensions
MaskedArray.repeat(repeats, axis=None)
generic.sum() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
ndarray.tobytes(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python
MaskedArray.__truediv__(other)
record.base base object
ndarray.__irshift__ x.__irshift__(y) <==> x>>=y
Page 33 of 56