Gt

Bases: Condition

Implementation of the greater-than operator '>'.

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

    pass