Robin Becker wrote:

> I thought that methods were always overridable.
> In this case the lookup on the
> class changes the behaviour of the one and only property.

How can something be made overridable that is actually overridable? I
didn't know how to better express the broken polymorphism of Pythons
properties than by stating it as a pleonasm about the used get and set
methods. This way a property don't ever have to be redefined in
subclasses if get_x, set_x etc. are changed. 

Kay

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

Reply via email to