numpy.ma.MaskedArray.__getitem__

MaskedArray.__getitem__(indx)

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

Return the item described by i, as a masked array.