Table of Contents
numpy.doc
numpy.lib
numpy.random
numpy.linalg
numpy.fft
numpy.polynomial
numpy.testing
numpy.f2py
numpy.distutils
ndarray
dtype
numpy.ma
MaskedArray
ufunc
MaskedArray.
__getslice__
x.__getslice__(i, j) <==> x[i:j]
Return the slice described by (i, j). The use of negative indices is not supported.