def disc(cls, price, disc): """""" return get_price_discount(price,disc)
def disc(self): """""" return get_price_discount(self.prezzonetto,self.stvariazionenetto)