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

Method count

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

Source from the content-addressed store, hash-verified

1166
1167 def test_generator_source(self):
1168 def count():
1169 for i in range(10):
1170 yield f"{i}"
1171
1172 res = np.loadtxt(count())
1173 assert_array_equal(res, np.arange(10))

Callers 1

savetxtFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected