MCPcopy 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
973class HLGExpr(Expr):

Callers

nothing calls this directly

Calls 2

ensure_dictFunction · 0.90
operandMethod · 0.80

Tested by

no test coverage detected