x.__getslice__(i, j) <==> x[i:j]
Return the slice described by (i, j). The use of negative indices is not supported.
numpy.ma.MaskedArray.__delitem__
numpy.ma.MaskedArray.__setslice__