[EMAIL PROTECTED] wrote:

> I can only get a list with the arguments or the defaults. The following
> examples would return the same:
>
> def foo(x, y=True)
> def foo(x=True, y)

the latter is a syntax error.

> Anyone an idea?

the defaults array contains the defaults for the len(defaults) last arguments.

</F> 



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

Reply via email to