[Python-Dev] Declaring setters with getters (original) (raw)
Phillip J. Eby pje at telecommunity.com
Thu Nov 1 00:19:35 CET 2007
- Previous message: [Python-Dev] Declaring setters with getters
- Next message: [Python-Dev] Declaring setters with getters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 12:06 PM 11/1/2007 +1300, Greg Ewing wrote:
Guido van Rossum wrote: > Isn't there? You can just use super() ISTR,
That may work, now that I come to think about it. However, super() is not a complete solution, because it doesn't let you choose which inherited method to call in a multiple inheritance situation.
Er, TheRightBase.propname.fget(self)?
- Previous message: [Python-Dev] Declaring setters with getters
- Next message: [Python-Dev] Declaring setters with getters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]