Re: dynamic argument name for functions

2007-01-12 Thread mark
On 1/12/07, Carsten Haese <[EMAIL PROTECTED]> wrote: On Fri, 2007-01-12 at 20:22 +, Simon Brunning wrote: > On 1/12/07, mark <[EMAIL PROTECTED]> wrote: > > I want to pass a value to an argument of a function. The argument name is > > dynamic and is stored in a > > variable. How do I call th

Re: dynamic argument name for functions

2007-01-12 Thread Carsten Haese
On Fri, 2007-01-12 at 20:22 +, Simon Brunning wrote: > On 1/12/07, mark <[EMAIL PROTECTED]> wrote: > > I want to pass a value to an argument of a function. The argument name is > > dynamic and is stored in a > > variable. How do I call the function using with arg_name and value as the > > para

Re: dynamic argument name for functions

2007-01-12 Thread Simon Brunning
On 1/12/07, mark <[EMAIL PROTECTED]> wrote: > I want to pass a value to an argument of a function. The argument name is > dynamic and is stored in a > variable. How do I call the function using with arg_name and value as the > parameters. > thanks > mark > > For ex: > def function(arg1='None',

Re: dynamic argument name for functions

2007-01-12 Thread Carsten Haese
On Fri, 2007-01-12 at 12:17 -0800, mark wrote: > I want to pass a value to an argument of a function. The argument name > is dynamic and is stored in a > variable. How do I call the function using with arg_name and value as > the parameters. > thanks > mark > > For ex: > def function(arg1='None',