SciPy

numpy.ndarray.__itruediv__ΒΆ

ndarray.__itruediv__($self, value, /)ΒΆ

Return self/=value.

Next topic

numpy.ndarray.__ifloordiv__