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