I actually haven't figured that out yet. I hope to soon, but haven't done so as yet.
On Tue, Apr 6, 2010 at 9:17 PM, ozwyzard <[email protected]> wrote: > I was about to suggest the same. On the same topic, I am wondering > how would one validate (@validate decorator) the args and kwargs. > > > On Apr 6, 10:35 am, Michael Pedersen <[email protected]> wrote: > > > def myfunc(self, parm1, parm2, *p, **kw): > > pass > > > > Any extra positional parameters will be passed in the list that is p, and > > extra keyword arguments will be passed in the dict that is kw. Your app > will > > now be happy :) > > > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<turbogears%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/turbogears?hl=en. > > -- Michael J. Pedersen My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171 Yahoo/pedermj2002, MSN/[email protected] -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

