Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ test_fromstring_empty
Function
test_fromstring_empty
numpy/_core/tests/test_longdouble.py:127–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
126
127
def
test_fromstring_empty():
128
with
assert_raises(ValueError):
129
np.fromstring(
"xxxxx"
, sep=
"x"
)
130
131
132
def
test_fromstring_missing():
Callers
nothing calls this directly
Calls
2
assert_raises
Function · 0.90
fromstring
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…