On 11/04/07, Adam Pridgen <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am having a difficult time understanding the whole "def
> function(*args, **kwds):" business, and I have not really found a
> clear or concise explanation via Google.
>
> My question is pretty much this, is **kwds a dictionary and
Hello,
I am having a difficult time understanding the whole "def
function(*args, **kwds):" business, and I have not really found a
clear or concise explanation via Google.
My question is pretty much this, is **kwds a dictionary and can I use
it like a dictionary, and what is the deal with the * o