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