Classes in Python

Roy Smith roy at panix.com
Fri Apr 18 15:04:07 EDT 2003


Steven Taschuk <staschuk at telusplanet.net> wrote:
> class c:
>     def __setattr__(self, attribute, value):
>         setattr(self.__class__, attribute, value)
> 
> Did you have something cleverer in mind?

That was the general idea, yes.




More information about the Python-list mailing list