Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ iter_multi_index
Function
iter_multi_index
numpy/core/tests/test_nditer.py:16–21 ·
view source on GitHub ↗
(i)
Source
from the content-addressed store, hash-verified
14
15
16
def
iter_multi_index(i):
17
ret = []
18
while
not i.finished:
19
ret.append(i.multi_index)
20
i.iternext()
21
return
ret
22
23
def
iter_indices(i):
24
ret = []
Callers
3
test_iter_best_order_multi_index_1d
Function · 0.85
test_iter_best_order_multi_index_2d
Function · 0.85
test_iter_best_order_multi_index_3d
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected