Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ __gt__
Method
__gt__
dask/dataframe/dask_expr/_expr.py:211–212 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
209
return
LT(other, self)
210
211
def
__gt__(self, other):
212
return
GT(self, other)
213
214
def
__rgt__(self, other):
215
return
GT(other, self)
Callers
nothing calls this directly
Calls
1
GT
Class · 0.85
Tested by
no test coverage detected