setattr inside a module

kramb64 kramb64 at hotmail.com
Wed Mar 23 05:35:34 EST 2005


I'm trying to use setattr inside a module.
>From outside a module it's easy:

import spam
name="hello"
value=1
setattr(spam, name, value)

But if I want to do this inside the module spam itself, what I've to
pass to setattr as first argument?

Thanks a lot for your time.
Marco.



More information about the Python-list mailing list