MCPcopy
hub / github.com/dask/dask / ArrayBlockIdDep

Class ArrayBlockIdDep

dask/layers.py:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92class ArrayBlockIdDep(ArrayBlockwiseDep):
93 def __getitem__(self, idx: tuple):
94 if not isinstance(idx, tuple):
95 # This happens if something else except graph generation calls us
96 raise NotImplementedError("ArrayBlockIdDep requires a tuple index")
97 return idx
98
99
100class ArrayValuesDep(ArrayBlockwiseDep):

Callers 2

map_blocksFunction · 0.90
map_blocksFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…