Thread
:
N900 Bluetooth Keyboard + Mouse scripts
View Single Post
attila77
2010-07-12 , 14:59
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
Quote & Reply
|
attila77
View Public Profile
Send a private message to attila77
Find all posts by attila77