tag:blogger.com,1999:blog-8885167082319491081.post-67758617604446585242008-07-10T10:14:00.004-04:002008-09-03T12:55:43.495-04:002008-09-03T12:55:43.495-04:00Varargs in Python<p>
"Varargs" is C/C++ (?) name for "variable-length argument lists" for functions and methods, used for example by <code>printf</code>. In python, this: <a href="http://docs.python.org/tut/node6.html#SECTION006730000000000000000">Arbitrary Function Arguments</a> is what you are looking for (Sections 4.7.3 and 4.74).
</p>
<p>This was written since most searches produce junk for this answer. Hopefully some web crawler will find this.</p>nickghttp://www.blogger.com/profile/04659163622120256748noreply@blogger.com2