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

Method _divisions

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

Source from the content-addressed store, hash-verified

2996 return [self.frame]
2997
2998 def _divisions(self):
2999 if is_index_like(self._meta):
3000 return (None,) * (self.frame.npartitions + 1)
3001 else:
3002 return super()._divisions()
3003
3004
3005class Invert(Unaryop):

Callers

nothing calls this directly

Calls 2

is_index_likeFunction · 0.85
_divisionsMethod · 0.45

Tested by

no test coverage detected