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

Class GT

dask/dataframe/dask_expr/_expr.py:2913–2915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2911
2912
2913class GT(Binop):
2914 operation = operator.gt
2915 _operator_repr = ">"
2916
2917
2918class GE(Binop):

Callers 2

__gt__Method · 0.85
__rgt__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected