Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _layer
Method
_layer
dask/_expr.py:1204–1205 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1202
return
self.operands[other]
1203
1204
def
_layer(self) -> dict:
1205
return
toolz.merge(op._layer()
for
op in self.operands)
1206
1207
def
__dask_keys__(self) -> list:
1208
all_keys = []
Callers
nothing calls this directly
Calls
2
merge
Method · 0.45
_layer
Method · 0.45
Tested by
no test coverage detected