No problem. There are, in fact, ugly class-based methods of doing this.
You could assign to an instance's __dict__ dictionary, or -- if the
class is a new-style class -- you can call the __setattr__(self, name,
value) method.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to