numpy.ma.MaskedArray.__setitem__

MaskedArray.__setitem__(indx, value)[source]

x .__ setitem __(i,y)x [i] = y

设置由索引描述的项目。如果值被屏蔽,则屏蔽那些位置。