ndarray
dtype
numpy.ma
ufunc
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__