Re: synthetic properties

2008-09-02 Thread Bruno Desthuilliers
[EMAIL PROTECTED] a écrit : I'm trying to come up with solution for adding synthetic properties to python, similar to synthetic properties in Objective-C. Please explain what Objective-C "synthetic properties" are - not everyone here has a strong Objective-C background...

Re: synthetic properties

2008-09-02 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: I'm trying to come up with solution for adding synthetic properties to python, similar to synthetic properties in Objective-C. I'm playing around with doing this in a MetaClass. I can dynamically create the attributes that will back the property, but

synthetic properties

2008-09-02 Thread rowland
I'm trying to come up with solution for adding synthetic properties to python, similar to synthetic properties in Objective-C. I'm playing around with doing this in a MetaClass. I can dynamically create the attributes that will back the property, but I'm having trouble figu