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

Method _simplify_down

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

Source from the content-addressed store, hash-verified

460 return expr
461
462 def _simplify_down(self):
463 return
464
465 def _simplify_up(self, parent, dependents):
466 return

Callers 1

simplify_onceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected