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