Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
class
ExprA(Expr):
25
def
_simplify_down(self):
26
return
ExprB()
27
28
def
_operands_for_repr(self):
29
return
[]
30
31
32
def
test_endless_simplify():
Callers
2
_simplify_down
Method · 0.85
test_endless_simplify
Function · 0.85
Calls
no outgoing calls
Tested by
2
_simplify_down
Method · 0.68
test_endless_simplify
Function · 0.68