ndarray.__divmod__(y) <==> divmod(x, y)
recarray.ctypes An object to simplify the interaction of the array with the ctypes module. This attribute creates
MaskedArray.ctypes An object to simplify the interaction of the array with the ctypes module. This attribute
ndarray.__setslice__ x.__setslice__(i, j, y) <==> x[i:j]=y Use of negative indices is not supported
record.setflags() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from,
record.min() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
record.dump() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
matrix.ravel(order='C')
MaskedArray.__radd__(other)
static MaskedArray.__new__(data=None, mask=False, dtype=None, copy=False, subok=True, ndmin=0, fill_value=None, keep_mask=True
Page 14 of 56