Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _layer
Method
_layer
dask/_expr.py:970–971 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
968
return
list(self.operand(
"dsk"
))
969
970
def
_layer(self) -> dict:
971
return
ensure_dict(self.operand(
"dsk"
))
972
973
974
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