def ne(self, value): # != # Creates a condition where the attribute is not equal to the value # Attr return self._expression_func('ne', value)