MCPcopy 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
127def test_fromstring_empty():
128 with assert_raises(ValueError):
129 np.fromstring("xxxxx", sep="x")
130
131
132def test_fromstring_missing():

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…