Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ __dask_keys__
Method
__dask_keys__
dask/_expr.py:966–967 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
964
_parameters = [
"dsk"
]
965
966
def
__dask_keys__(self):
967
return
list(self.operand(
"dsk"
))
968
969
def
_layer(self) -> dict:
970
return
ensure_dict(self.operand(
"dsk"
))
Callers
nothing calls this directly
Calls
1
operand
Method · 0.80
Tested by
no test coverage detected