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

Method count

numpy/lib/tests/test_io.py:2404–2406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2402 def test_gft_using_generator(self):
2403 # gft doesn't work with unicode.
2404 def count():
2405 for i in range(10):
2406 yield asbytes(f"{i}")
2407
2408 res = np.genfromtxt(count())
2409 assert_array_equal(res, np.arange(10))

Callers

nothing calls this directly

Calls 1

asbytesFunction · 0.90

Tested by

no test coverage detected