*args and **kwargs
JonathanB
doulos05 at gmail.com
Tue Jun 5 08:46:02 EDT 2007
More information about the Python-list mailing list
Tue Jun 5 08:46:02 EDT 2007
- Previous message (by thread): *args and **kwargs
- Next message (by thread): *args and **kwargs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Previous message (by thread): *args and **kwargs
- Next message (by thread): *args and **kwargs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list