MCPcopy
hub / github.com/dask/dask / _divisions

Method _divisions

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

Source from the content-addressed store, hash-verified

3861 return f"{self}-{self.deterministic_token}"
3862
3863 def _divisions(self):
3864 return self.exprs[0]._divisions()
3865
3866 def _broadcast_dep(self, dep: Expr):
3867 # Always broadcast single-partition dependencies in Fused

Callers

nothing calls this directly

Calls 1

_divisionsMethod · 0.45

Tested by

no test coverage detected