Single and double asterisks preceding variables in function arguments

Stephen Boulet stephendotboulet at motorola_._com
Mon Jan 26 10:51:02 EST 2004


I've run across code like "myfunction(x, *someargs, **someotherargs)", 
but haven't seen documentation for this.

Can someone fill me in on what the leading * and ** do? Thanks.

Stephen



More information about the Python-list mailing list