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

Method _divisions

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

Source from the content-addressed store, hash-verified

3817 return f"{str(self)}-{self.deterministic_token}"
3818
3819 def _divisions(self):
3820 return self.exprs[0]._divisions()
3821
3822 def _broadcast_dep(self, dep: Expr):
3823 # Always broadcast single-partition dependencies in Fused

Callers

nothing calls this directly

Calls 1

_divisionsMethod · 0.45

Tested by

no test coverage detected