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

Class ExprA

dask/dataframe/dask_expr/tests/test_core.py:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class ExprA(Expr):
25 def _simplify_down(self):
26 return ExprB()
27
28 def _operands_for_repr(self):
29 return []
30
31
32def test_endless_simplify():

Callers 2

_simplify_downMethod · 0.85
test_endless_simplifyFunction · 0.85

Calls

no outgoing calls

Tested by 2

_simplify_downMethod · 0.68
test_endless_simplifyFunction · 0.68