Re: Dynamic method parameter access?

2008-02-14 Thread Dennis Kempin
Chris schrieb: On Feb 12, 9:38 pm, Dennis Kempin [EMAIL PROTECTED] wrote: Hello, I have a set of some objects. With these objects I want to call a Python method. But the writer of the method shall have the option to select from these objects as method parameter. At the moment i use the

Re: Dynamic method parameter access?

2008-02-14 Thread Peter Otten
Dennis Kempin wrote: Chris schrieb: On Feb 12, 9:38 pm, Dennis Kempin [EMAIL PROTECTED] wrote: Hello, I have a set of some objects. With these objects I want to call a Python method. But the writer of the method shall have the option to select from these objects as method parameter. At

Re: Dynamic method parameter access?

2008-02-12 Thread Chris
On Feb 12, 9:38 pm, Dennis Kempin [EMAIL PROTECTED] wrote: Hello, I have a set of some objects. With these objects I want to call a Python method. But the writer of the method shall have the option to select from these objects as method parameter. At the moment i use the following way to

Dynamic method parameter access?

2008-02-12 Thread Dennis Kempin
Hello, I have a set of some objects. With these objects I want to call a Python method. But the writer of the method shall have the option to select from these objects as method parameter. At the moment i use the following way to call a method with the a or b or both parameter. try: