Why are these functions there? Is it somehow more idiomatic to use than to do obj.field ? Is there something you can with them that you can't by obj.field reference? -- http://mail.python.org/mailman/listinfo/python-list
- setattr and getattr, when to use? maestro
- Re: setattr and getattr, when to use? Jason Scheirer
- Re: setattr and getattr, when to use? Jason Scheirer
- Re: setattr and getattr, when to use? Bruno Desthuilliers
- Re: setattr and getattr, when to use? Steven D'Aprano