numpy.ndarray.__setslice__
- 
ndarray.__setslice__
- 
x.__setslice__(i, j, y) <==> x[i:j]=y Use of negative indices is not supported. 
    © 2008–2016 NumPy Developers
Licensed under the NumPy License.
    https://docs.scipy.org/doc/numpy-1.11.0/reference/generated/numpy.ndarray.__setslice__.html