Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ _layer
Method
_layer
dask/tests/test_expr.py:148–149 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
146
147
class
FooExpr(Expr):
148
def
_layer(self) -> dict:
149
return
{
"foo"
: DataNode(
"foo"
, 42)}
150
151
152
def
test_prohibit_reuse():
Callers
nothing calls this directly
Calls
1
DataNode
Class · 0.90
Tested by
no test coverage detected