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

Method __rtruediv__

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

Source from the content-addressed store, hash-verified

199 return Div(self, other)
200
201 def __rtruediv__(self, other):
202 return Div(other, self)
203
204 def __lt__(self, other):
205 return LT(self, other)

Callers

nothing calls this directly

Calls 1

DivClass · 0.85

Tested by

no test coverage detected