I think that this will do it. d.addCallback(partial(showSerieList, id))
partial() description: http://www.mochikit.com/doc/html/MochiKit/Base.html#fn-partial Thinking about how that might be implemented makes my head hurt.
I think that this will do it. d.addCallback(partial(showSerieList, id))
partial() description: http://www.mochikit.com/doc/html/MochiKit/Base.html#fn-partial Thinking about how that might be implemented makes my head hurt.