MCPcopy Create free account
hub / github.com/dask/dask / _key

Function _key

dask/array/linalg.py:1154–1158  ·  view source on GitHub ↗
(i, j)

Source from the content-addressed store, hash-verified

1152 return b.name, i, j
1153
1154 def _key(i, j):
1155 if b.ndim == 1:
1156 return name, i
1157 else:
1158 return name, i, j
1159
1160 dsk = {}
1161 if lower:

Callers 1

solve_triangularFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected