@x.setter property implementation

Daniel Fetchinson fetchinson at googlemail.com
Sun Apr 6 13:41:40 EDT 2008


> I found out about the new methods on properties, .setter()
> and .deleter(), in python 2.6.  Obviously that's a very tempting
> syntax and I don't want to wait for 2.6...
>
> It would seem this can be implemented entirely in python code, and I
> have seen hints in this directrion.  So before I go and try to invent
> this myself does anyone know if there is an "official" implementation
> of this somewhere that we can steal until we move to 2.6?

The 2.6 source?



More information about the Python-list mailing list