Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ __dask_keys__
Method
__dask_keys__
dask/tests/test_base.py:250–251 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
248
return
self._dask
249
250
def
__dask_keys__(self):
251
return
self._keys
252
253
def
__dask_layers__(self):
254
return
tuple(get_collection_names(self))
Callers
10
test_works_with_highlevel_graph
Function · 0.45
test_gh_3055
Function · 0.45
test_hlg_expr_sequence_finalize
Function · 0.45
test_hlg_expr_sequence_nested_keys
Function · 0.45
test_blockwise_array_creation
Function · 0.45
test_is_dask_collection_dask_expr_does_not_materialize
Function · 0.45
test_persist_array_rename
Function · 0.45
test_persist_bag_rename
Function · 0.45
test_persist_item_change_name
Function · 0.45
test_compute_as_if_collection_low_level_task_graph
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected