Is there pointer * in Python?

dimavs dimavs at gmail.com
Thu Nov 22 21:40:32 EST 2007


On Nov 23, 1:33 pm, Davy <zhushe... at gmail.com> wrote:
> When I read "programming python", I found there is a code like
>     def parse(self, *text):

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

Unpacking Argument Lists  - http://docs.python.org/tut/node6.html#SECTION006740000000000000000




More information about the Python-list mailing list