cf.Field.__ge__

Field.__ge__(other)[source]

The rich comparison operator >=

x.__ge__(y) <==> x>=y

Previous topic

cf.Field.__gt__

Next topic

cf.Field.__add__

This Page