Re: enhancing decorator signatures

2008-08-06 Thread castironpi
On Aug 6, 7:16 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using Michele S's decorator-module to create decorators with matching > signatures, for better error-catching. > > However, I now want to enrich the signature of a generic wrapper so that the > new function will accept m

enhancing decorator signatures

2008-08-06 Thread Diez B. Roggisch
Hi, I'm using Michele S's decorator-module to create decorators with matching signatures, for better error-catching. However, I now want to enrich the signature of a generic wrapper so that the new function will accept more parameters (keyword only). These additional parameters are consumed by th