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

Method _simplify_down

dask/dataframe/dask_expr/tests/test_core.py:17–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15
16class ExprB(Expr):
17 def _simplify_down(self):
18 return ExprA()
19
20 def _operands_for_repr(self):
21 return []

Callers

nothing calls this directly

Calls 1

ExprAClass · 0.85

Tested by

no test coverage detected