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

Function test_fromstring_missing

numpy/_core/tests/test_longdouble.py:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130
131
132def test_fromstring_missing():
133 with assert_raises(ValueError):
134 np.fromstring("1xx3x4x5x6", sep="x")
135
136
137class TestFileBased:

Callers

nothing calls this directly

Calls 2

assert_raisesFunction · 0.90
fromstringMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…