numpy.ma.MaskedArray.__getitem__# method ma.MaskedArray.__getitem__(indx)[源代码]# x.__getitem__(y) <==> x[y] 返回 i 描述的项目,作为一个 masked array.