En Thu, 24 Jan 2008 00:16:01 -0200, <[EMAIL PROTECTED]> escribió: > def f( callback, *bar, **bkwar ): > def preg ( callfore, *far, **fkwar ): > return g( callback, callfore, bar, bkwar, far, fkwar ) > return preg > > Does anyone see a way to rewrite this, perhaps along the lines of > partial( partial, partial )? Ok to modify 'g' call.
What's wrong with this? Why do you want to rewrite it? -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list