Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ count
Method
count
numpy/lib/tests/test_io.py:1157–1159 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1155
1156
def
test_generator_source(self):
1157
def
count():
1158
for
i in range(10):
1159
yield
"%d"
% i
1160
1161
res = np.loadtxt(count())
1162
assert_array_equal(res, np.arange(10))
Callers
2
savetxt
Function · 0.45
relevance
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected