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

Method _divisions

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_divisionsMethod · 0.45

Tested by

no test coverage detected