*args and **kwargs

JonathanB doulos05 at gmail.com
Tue Jun 5 08:46:02 EDT 2007


> I hope this example code will help you understand:
>>Code Snipped<<
OOH!! That makes perfect sense, thanks!, *args are passed as a turple,
**kwargs are passed as a dictionary. That means **kwargs is probably
what I want.

JonathanB





More information about the Python-list mailing list