What is the meaning of the astarisk in Python

John Dean john at rygannon.com
Sat Sep 20 19:39:40 EDT 2003


Hi
Below is a line taken from Andy Dustman's MySQLdb module:
def Connect(*args, **kwargs):

I would be grateful if somebody explain the meaning of the astarisks, since
I was under the impression that pointers are not used in Python and the
above look very must like pointers to me

-- 
Best Regards
John




More information about the Python-list mailing list