ndarray
dtype
numpy.ma
ufunc
numpy.ctypeslib
numpy.dual
numpy.emath
numpy.fft
numpy.linalg
numpy.matlib
numpy.polynomial.polynomial
numpy.polynomial.chebyshev
numpy.polynomial.hermite
numpy.polynomial.hermite_e
numpy.polynomial.laguerre
numpy.polynomial.legendre
numpy.random
numpy.testing
numpy.typing
numpy.distutils
method
x.__setitem__(i, y) <==> x[i]=y
Set item described by index. If value is masked, masks those locations.
previous
numpy.ma.MaskedArray.__getitem__
next
numpy.ma.MaskedArray.__delitem__