numpy.ma.MaskedArray.getitem — NumPy v1.15 Manual (original) (raw)
MaskedArray. __getitem__(indx)[source]¶
x.__getitem__(y) <==> x[y]
Return the item described by i, as a masked array.
MaskedArray. __getitem__(indx)[source]¶
x.__getitem__(y) <==> x[y]
Return the item described by i, as a masked array.