Hi list!
It is possible to overwrite only one function with the property-function?
x = property(getx, setx, delx, 'doc')
I just want to overwrite setx, but when I set the others to None,
I can't read and del the member. Any ideas or is this not possible?
Thank you!
Kai