Example #1
0
    def disc(cls, price, disc):
        """"""

        return get_price_discount(price,disc)
Example #2
0
    def disc(self):
        """"""

        return get_price_discount(self.prezzonetto,self.stvariazionenetto)