Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ iterate
Function
iterate
numpy/core/tests/test_extint128.py:52–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
value = [None]
51
52
def
iterate():
53
for
v in itertools.product(*args):
54
value[0] = v
55
yield
v
56
57
try
:
58
yield
iterate()
Callers
1
exc_iter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected