Lte Bases: Condition Implementation of the less-than or equal operator '<='. Source code in valor/schemas/symbolic/operators.py 275 276 277 278class Lte(Condition): """Implementation of the less-than or equal operator '<='.""" pass