In article <[email protected]>,
Tim Chase  <[email protected]> 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 ([email protected])           <*>         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