MCPcopy
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
147class FooExpr(Expr):
148 def _layer(self) -> dict:
149 return {"foo": DataNode("foo", 42)}
150
151
152def test_prohibit_reuse():

Callers

nothing calls this directly

Calls 1

DataNodeClass · 0.90

Tested by

no test coverage detected