def lt(self, value): # < # Creates a condition where the attribute is less than the value. # Attr & Key return self._expression_func('lt', value)