Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_conversions
Method · 0.45
test_arithmetic_fused
Method · 0.45
test_abs
Method · 0.45
test_arithmetic_mul
Method · 0.45
test_seq_repeat
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected