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

Method _divisions

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

Source from the content-addressed store, hash-verified

1194 _preserves_partitioning_information = True
1195
1196 def _divisions(self):
1197 # Aligning, so take first frames divisions
1198 return self.frame._divisions()
1199
1200
1201class AlignGetitem(Blockwise):

Callers

nothing calls this directly

Calls 1

_divisionsMethod · 0.45

Tested by

no test coverage detected