accepts decorator

urielka uriel.katz at gmail.com
Mon Sep 25 20:58:32 EDT 2006


i think i got what the * and ** mean.
*args mean arguments that are assigned by position(that is why *arg is
a tuple)
**kwds mean arguments that are assigned using equals a=2,b=3 (that is
why **kwds i a dict)
but why self is in *args and other thing goes to **kwds? even if not
assigned using equals




More information about the Python-list mailing list