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

Method __ge__

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

Source from the content-addressed store, hash-verified

221 return LE(other, self)
222
223 def __ge__(self, other):
224 return GE(self, other)
225
226 def __rge__(self, other):
227 return GE(other, self)

Callers

nothing calls this directly

Calls 1

GEClass · 0.85

Tested by

no test coverage detected