def begins_with(self, value): # Creates a condition where the attribute begins with the value # Attr & Key return self._expression_func('begins_with', value)