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