Function params with **? what do these mean?

Jordan Greenberg JordanGreenberg at gmail.com
Mon Mar 20 16:11:52 EST 2006


in the parameter list, **param gets a dict of arguments that dont
correspond to somthing in the formal parameter list.

More & examples in the python docs:
http://docs.python.org/tut/node6.html#SECTION006720000000000000000

-- 
Jordan T. Greenberg




More information about the Python-list mailing list