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

Method _divisions

dask/dataframe/dask_expr/_merge.py:920–921  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

918 )
919
920 def _divisions(self):
921 return self.lower_completely()._divisions()
922
923 def _lower(self):
924 if self.how == "left":

Callers

nothing calls this directly

Calls 2

lower_completelyMethod · 0.80
_divisionsMethod · 0.45

Tested by

no test coverage detected