numpy.ma.MaskedArray.__setitem__

方法

ma.MaskedArray.__setitem__(indx, value)[源代码]

x.“设置项”(i,y)<==>x [i] = Y

设置按索引描述的项。如果值被屏蔽,则屏蔽这些位置。