J
John Dean
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
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