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)

-tkc



--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to