> > def test(self, method, *args): > return getattr(self, method)(*args)
Yup, forgot abount that. -- Regards, Diez B. Roggisch -- http://mail.python.org/mailman/listinfo/python-list
> > def test(self, method, *args): > return getattr(self, method)(*args)
Yup, forgot abount that. -- Regards, Diez B. Roggisch -- http://mail.python.org/mailman/listinfo/python-list