MCPcopy
hub / github.com/numpy/numpy / __mul__

Method __mul__

numpy/lib/_user_array_impl.py:116–117  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

114 return self
115
116 def __mul__(self, other):
117 return self._rc(multiply(self.array, asarray(other)))
118
119 __rmul__ = __mul__
120

Callers

nothing calls this directly

Calls 3

_rcMethod · 0.95
multiplyFunction · 0.90
asarrayFunction · 0.90

Tested by

no test coverage detected