Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ ok
Method
ok
numpy/_core/tests/test_ufunc.py:1961–1962 ·
view source on GitHub ↗
(f, *args, **kwargs)
Source
from the content-addressed store, hash-verified
1959
# correctly.
1960
1961
def
ok(f, *args, **kwargs):
1962
f(*args, **kwargs)
1963
1964
def
err(f, *args, **kwargs):
1965
assert_raises(ValueError, f, *args, **kwargs)
Callers
nothing calls this directly
Calls
1
f
Function · 0.70
Tested by
no test coverage detected