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

Method __floordiv__

dask/dataframe/dask_expr/_expr.py:268–269  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

266 return Mod(other, self)
267
268 def __floordiv__(self, other):
269 return FloorDiv(self, other)
270
271 def __rfloordiv__(self, other):
272 return FloorDiv(other, self)

Callers

nothing calls this directly

Calls 1

FloorDivClass · 0.85

Tested by

no test coverage detected