Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ __dask_keys__
Method
__dask_keys__
dask/array/_array_expr/_collection.py:73–75 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
71
return
out.__dask_graph__()
72
73
def
__dask_keys__(self):
74
out = self.expr.lower_completely()
75
return
out.__dask_keys__()
76
77
def
__dask_tokenize__(self):
78
return
"Array"
, self.expr._name
Callers
4
test_Array
Function · 0.95
test_numblocks_supports_singleton_block_dims
Function · 0.95
test_keys
Function · 0.95
__dask_postpersist__
Method · 0.45
Calls
1
lower_completely
Method · 0.80
Tested by
3
test_Array
Function · 0.76
test_numblocks_supports_singleton_block_dims
Function · 0.76
test_keys
Function · 0.76