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

Method divisions

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

Source from the content-addressed store, hash-verified

428
429 @functools.cached_property
430 def divisions(self):
431 return tuple(self._divisions())
432
433 def _divisions(self):
434 raise NotImplementedError()

Callers

nothing calls this directly

Calls 1

_divisionsMethod · 0.95

Tested by

no test coverage detected