[Python-Dev] Customizing the binding of attributes

Thomas Heller thomas.heller@ion-tof.com
Thu, 23 Aug 2001 20:48:36 +0200


In Python 2.2, is it possible to customize the binding
of class attributes, to emulate the normal behaviour
of methods (function -> unbound method -> bound method)?

I think I have read something about this, but I can't
find it anymore.

Thomas