def gte(self, value): # >= # Creates a condition where the attribute is greater than or equal to # the value. # Attr & Key return self._expression_func('gte', value)