On Nov 23, 1:33 pm, Davy <[EMAIL PROTECTED]> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to