x.__setslice__(i, j, y) <==> x[i:j]=y
Use of negative indices is not supported.
numpy.ndarray.__getslice__
numpy.ndarray.__contains__