Le 12/12/2010 23:41, Peter Otten a écrit :
Pascal Chambon wrote:
I've encountered several times, when dealing with adaptation of function
signatures, the need for explicitly resolving complex argument sets into
a simple variable mapping. Explanations.
Consider that function:
def foo(a1,
Pascal Chambon wrote:
> I've encountered several times, when dealing with adaptation of function
> signatures, the need for explicitly resolving complex argument sets into
> a simple variable mapping. Explanations.
>
>
> Consider that function:
>
> def foo(a1, a2, *args, **kwargs):
> pass