MCPcopy Index your code
hub / github.com/numpy/numpy / mul

Method mul

numpy/_core/tests/test_umath.py:4684–4685  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

4682
4683 def test_identity(self):
4684 def mul(a, b):
4685 return a * b
4686
4687 # with identity=value
4688 mul_ufunc = np.frompyfunc(mul, nin=2, nout=1, identity=1)

Callers 5

test_conversionsMethod · 0.45
test_arithmetic_fusedMethod · 0.45
test_absMethod · 0.45
test_arithmetic_mulMethod · 0.45
test_seq_repeatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected