parameter list notation

TheFlyingDutchman zzbbaadd at aol.com
Tue Sep 4 01:00:28 EDT 2007


I am trying to use a database written in Python called buzhug.

In looking at some of the functions I see this prototype:

    def create(self,*fields,**kw):

I am not clear on what the * and the ** are for or what they
represent. Or, what are they referred to as so I can do a query for
information on them.

Thanks
TFD




More information about the Python-list mailing list