Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ __dask_layers__
Method
__dask_layers__
dask/array/core.py:1397–1398 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1395
return
self.dask
1396
1397
def
__dask_layers__(self) -> Sequence[str]:
1398
return
(self.name,)
1399
1400
def
__dask_keys__(self) -> NestedKeys:
1401
if
self._cached_keys is not None:
Callers
5
to_delayed
Method · 0.95
tsqr
Function · 0.45
sfqr
Function · 0.45
test_to_delayed_optimize_graph
Function · 0.45
test_dask_layers
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_to_delayed_optimize_graph
Function · 0.36
test_dask_layers
Function · 0.36