[Python-Dev] Declaring setters with getters (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Nov 1 00:06:22 CET 2007


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.

-- Greg



More information about the Python-Dev mailing list