numpy.ma.MaskedArray.__getitem__#

方法

ma.MaskedArray.__getitem__(indx)[source]#

x.__getitem__(y) <==> x[y]

将由 i 描述的项目作为掩码数组返回。