Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ fail
Method
fail
numpy/_core/tests/test_multiarray.py:6207–6208 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
6205
x.tofile(tmp_filename)
6206
6207
def
fail(*args, **kwargs):
6208
raise
OSError(
'Can not tell or seek'
)
6209
6210
with
open(tmp_filename,
'rb'
, buffering=0)
as
f:
6211
f.seek = fail
Callers
11
test_inspect_signature
Method · 0.45
test_constructor_signatures
Method · 0.45
test_method_signatures_is_integer
Method · 0.45
test_method_signatures_as_integer_ratio
Method · 0.45
test_ufunc_method_signatures
Function · 0.45
test_array_method_signatures
Method · 0.45
test_flatiter_method_signatures
Function · 0.45
run_mypy
Function · 0.45
test_pass
Function · 0.45
test_reveal
Function · 0.45
run_subprocess
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected