ndarray.fill(value) Fill the array with a scalar value.
A data type object (an instance of
generic.repeat() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
generic.tobytes()
MaskedArray.__copy__([order]) Return a copy of the array.
MaskedArray.__reduce__()
ndarray.itemsize Length of one array element in bytes. Examples
generic.nbytes length of item in bytes
MaskedArray.__lt__ x.__lt__(y) <==> x<y
MaskedArray.__ixor__ x.__ixor__(y) <==> x^=y
Page 42 of 56