In article <mailman.284.1267707023.23598.python-l...@python.org>,
Tim Chase  <python.l...@tim.thechases.com> wrote:
>Jonathan Fine wrote:
>>
>> We can call a function fn using
>>      val = fn(*args, **kwargs)
>> 
>> I'm looking for a good name for the pair (args, kwargs).  Any suggestions?
>> 
>> For now I'll use argpair, but if anyone has a better idea, I'll use it.
>
>In the legacy of C and Java (okay, that doesn't carry _much_ weight
>with me), I'd go with "varargs" to refer to the pair of (args, kwargs)

Ditto
-- 
Aahz (a...@pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Many customs in this life persist because they ease friction and promote
productivity as a result of universal agreement, and whether they are
precisely the optimal choices is much less important." --Henry Spencer
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to