On 24/01/2015 23:22, Chris Angelico wrote:
> class RF(Fraction):
>     def is_integer(self):
>        return self.numerator % self.denominator == 0

Thanks for your help on this.  I must admit that nowhere in a lot of
searching did I find that delegation is achieved by doing nothing!

   Brian



-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to