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

Method args

dask/dataframe/dask_expr/_expr.py:3539–3541  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3537
3538 @functools.cached_property
3539 def args(self):
3540 dfs = [op for op in self.operands if isinstance(op, Expr)]
3541 return [op for op in dfs if not is_broadcastable(dfs, op)]
3542
3543 def _lower(self):
3544 # This can be expensive when something that has expensive division

Callers

nothing calls this directly

Calls 1

is_broadcastableFunction · 0.85

Tested by

no test coverage detected