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

Callers

nothing calls this directly

Calls 2

ensure_dictFunction · 0.90
operandMethod · 0.80

Tested by

no test coverage detected