MCPcopy
hub / github.com/dask/dask / _simplify_down

Method _simplify_down

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

Source from the content-addressed store, hash-verified

455 return expr
456
457 def _simplify_down(self):
458 return
459
460 def _simplify_up(self, parent, dependents):
461 return

Callers 1

simplify_onceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected