Robin Becker wrote:
> Bruno Desthuilliers wrote:
> 
>> Robin Becker a écrit :
>>
>>> Is there a way to override a data property in the instance? Do I need
>>> to create another class with the property changed?
>>
>>
>>
>> Do you mean attributes or properties ?
> 
> 
> I mean property here.

Ok, wasn't sure... And sorry, but I've now answer.

> My aim was to create an ObserverProperty class
> that would allow adding and subtracting of set/get observers. 

Could you elaborate ? Or at least give an exemple ?

> My current
> implementation works fine for properties on the class, but when I need
> to specialize an instance I find it's quite hard.



-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to