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
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
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',
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',