Adding bound methods dynamically... CORRECTED

Diez B. Roggisch deets at nospam.web.de
Thu Sep 1 03:11:36 EDT 2005


> 
> Yes, but rather than going through the contortions you do to bind a
> new method into place, why not make the method in question act as a
> proxy for the real method? After all, with first-class functions,
> that's easy.

Because you don't have to write that proxy. Pure lazyness :)


Diez



More information about the Python-list mailing list