SciPy

numpy.ndarray.__setitem__

ndarray.__setitem__($self, key, value, /)

Set self[key] to value.

Previous topic

numpy.ndarray.__getitem__

Next topic

numpy.ndarray.__contains__