numpy.ma.MaskedArray.__setitem__# 方法 ma.MaskedArray.__setitem__(indx, value)[源代码]# x.__setitem__(i, y) <==> x[i]=y 设置索引描述的项。如果值被掩码,则会掩码这些位置。