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

Class GE

dask/dataframe/dask_expr/_expr.py:2922–2924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2920
2921
2922class GE(Binop):
2923 operation = operator.ge
2924 _operator_repr = ">="
2925
2926
2927class EQ(Binop):

Callers 2

__ge__Method · 0.85
__rge__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected