Re: [Tutor] kwds

2007-04-10 Thread John Fouhy
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

[Tutor] kwds

2007-04-10 Thread Adam Pridgen
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