Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ format_index
Function
format_index
dask/array/core.py:4553–4554 ·
view source on GitHub ↗
(index)
Source
from the content-addressed store, hash-verified
4551
return
x[(None,) * diff + (Ellipsis,)]
4552
4553
def
format_index(index):
4554
return
"arrays"
+
""
.join(f
"[{i}]"
for
i in index)
4555
4556
rec = _Recurser(recurse_if=
lambda
x: type(x) is list)
4557
Callers
1
block
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…