This is documentation for an old release of NumPy (version 1.7.0). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
x.__setslice__(i, j, y) <==> x[i:j]=y
Use of negative indices is not supported.
numpy.ndarray.__getslice__
numpy.ndarray.__contains__
Enter search terms or a module, class or function name.