On Sat, Dec 22, 2012 at 3:57 AM, Mike D <[email protected]> wrote:
> s = methods[method](**params) I guess it should be s = methods[method](*args, **params) to be more flexible --
On Sat, Dec 22, 2012 at 3:57 AM, Mike D <[email protected]> wrote:
> s = methods[method](**params) I guess it should be s = methods[method](*args, **params) to be more flexible --