View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#35
the args are the non-parametrized args (=like classic php, c, js, etc), the kwargs are the parametrized ones (=like myfunc(paramname=1)). These two contain ALL the arguments you might have called that function with, a sort of python catch-all. HTH (you can always 'print args').
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc