[Python-Dev] Customizing the binding of attributes

Neil Schemenauer nas@python.ca
Fri, 24 Aug 2001 06:32:22 -0700


Guido van Rossum wrote:
> In particular, classic classes can't define __get__ to the effect
> above.

Why __get__() and __set__() and not get() and set()?

  Neil