recarray.any(axis=None, out=None, keepdims=False) Returns True if any of the elements of a evaluate to True.
recarray.T Same as self.transpose(), except that self is returned if self.ndim < 2. Examples
generic.copy() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
generic.take() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
MaskedArray.imag Imaginary part.
MaskedArray.real Real part
MaskedArray.__delitem__ x.__delitem__(y) <==> del x[y]
MaskedArray.flat Flat version of the array.
record.sort() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
matrix.nbytes Total bytes consumed by the elements of the array. Notes Does not include
Page 53 of 56