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