Is there pointer * in Python?

Davy zhushenli at gmail.com
Thu Nov 22 21:33:03 EST 2007


Hi all,

When I read "programming python", I found there is a code like
    def parse(self, *text):
while text is a string. What's "*" mean?(Does it mean pointer like in
C?)

And I recall there is "**args" in Python, what's "**" mean?

Best regards,
Davy



More information about the Python-list mailing list