what is the idiom for copy lots of params into self?

Emin emin.shopper at gmail.com
Thu Jan 11 14:12:30 EST 2007


Thanks, that looks like what I wanted.

On Jan 11, 8:36 am, "Fredrik Lundh" <fred... at pythonware.com> wrote:
> "Emin" <emin.shop... at gmail.com> wrote:
> > What made me ask the question in my original post was not so much that
> > I had to loop over the names I wanted to save, but whether it's okay to
> > mess with self.__dict__ or if there is another way I should be
> > assigning to self.   http://effbot.org/pyref/setattr
> 
> </F>




More information about the Python-list mailing list