Gte

Bases: Condition

Implementation of the greater-than or equal operator '>='.

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

    pass