cf.Field.__le__

Field.__le__(other)[source]

The rich comparison operator <=

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

Previous topic

cf.Field.__lt__

Next topic

cf.Field.__eq__

This Page