Lte

Bases: Condition

Implementation of the less-than or equal operator '<='.

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

    pass