On this page
numpy.ma.MaskedArray.__getslice__
MaskedArray.__getslice__(i, j)
[source]-
x.__getslice__(i, j) <==> x[i:j]
Return the slice described by (i, j). The use of negative indices is not supported.
© 2008–2016 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.10.1/reference/generated/numpy.ma.MaskedArray.__getslice__.html