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