On May 22, 5:39 pm, "inhahe" <[EMAIL PROTECTED]> wrote:
> >> 1
> >> 2
>
> actually, you don't want it to print 3 also?  if not, then you would do
> f(*map(kwargs.get, inspect.getargspec(f)[0])+args[:1])
>
> > import inspect
> > f(*map(kwargs.get, inspect.getargspec(f)[0])+args)
>
>

No, that was a typo. Thanks tho.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to