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