Hi, can such a thing be done somehow?
aaa = self.aaa
bbb = %s.%s % ('parent', 'bbb')
Can you use strings or %s strings like in the above or
aaa = 'string'
aaa.%s() % 'upper'
Somehow?
Thanks for taking a look at this
Regards
Janama
--
http://mail.python.org/mailman/listinfo/python-list
