MCPcopy Create free account
hub / github.com/dask/dask / _layer

Method _layer

dask/_expr.py:1205–1206  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1203 return self.operands[other]
1204
1205 def _layer(self) -> dict:
1206 return toolz.merge(op._layer() for op in self.operands)
1207
1208 def __dask_keys__(self) -> list:
1209 all_keys = []

Callers

nothing calls this directly

Calls 2

mergeMethod · 0.45
_layerMethod · 0.45

Tested by

no test coverage detected