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
--
http://mail.python.org/mailman/listinfo/python-list
