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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to