Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ __rge__
Method
__rge__
dask/dataframe/dask_expr/_expr.py:226–227 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
224
return
GE(self, other)
225
226
def
__rge__(self, other):
227
return
GE(other, self)
228
229
def
__eq__(self, other):
230
return
EQ(self, other)
Callers
nothing calls this directly
Calls
1
GE
Class · 0.85
Tested by
no test coverage detected