On Tue, Mar 19, 2013 at 12:58 AM, Jean-Michel Pichavant
<jeanmic...@sequans.com> wrote:
> myFunc = getattr(myModule, methodName)

Doh! Thanks. I knew there was a shorter way of spelling it, rather
than digging with dunder methods. That's the way I would recommend -
slight tweak from the __getattribute__ version.

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

Reply via email to