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

Class GE

dask/dataframe/dask_expr/_expr.py:2918–2920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2916
2917
2918class GE(Binop):
2919 operation = operator.ge
2920 _operator_repr = ">="
2921
2922
2923class EQ(Binop):

Callers 2

__ge__Method · 0.85
__rge__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected