22 Jul
2010
22 Jul
'10
6:14 a.m.
On 2010-07-22, at 14:45 , Simon Brunning wrote:
On 22 July 2010 15:04, Bartosz Tarnowski <bartosz-tarnowski@zlotniki.pl> wrote:
What should I do then, when the attribute is a reserver word?
You would use elem.getattr('param'). That's what it's for. getattr(elem, 'param') I believe, rather than elem.getattr('param')