Setter Propertys' mro?

Tommy Grav tgrav at mac.com
Sat Sep 6 21:47:33 EDT 2008


On Sep 6, 2008, at 9:15 PM, cipher wrote:

> Whats the mro (method resolution order) of a setter property (__set__
> on a descriptor).
> i seem to be experiencing some weird issue with them.
> for example
>
>>>> class test:

You have to use class test(object). Only new style classes accepts  
properties.

Cheers
    Tommy



More information about the Python-list mailing list