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

Method __rgt__

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

Source from the content-addressed store, hash-verified

212 return GT(self, other)
213
214 def __rgt__(self, other):
215 return GT(other, self)
216
217 def __le__(self, other):
218 return LE(self, other)

Callers

nothing calls this directly

Calls 1

GTClass · 0.85

Tested by

no test coverage detected