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