Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ __dask_layers__
Method
__dask_layers__
dask/tests/test_base.py:253–254 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
251
return
self._keys
252
253
def
__dask_layers__(self):
254
return
tuple(get_collection_names(self))
255
256
def
__dask_tokenize__(self):
257
return
self._keys
Callers
1
test_dask_layers
Function · 0.45
Calls
1
get_collection_names
Function · 0.90
Tested by
no test coverage detected