MCPcopy
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

blockFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…