Re: [IronPython] Method overload

2006-01-10 Thread J. Merrill
eError: bad args to this method >>>   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of J. Merrill Sent: Monday, January 09, 2006 9:32 AM To: Discussion of IronPython Subject: Re: [IronPython] Method overload   Isn't there a syntax (using []) by which you can tell IP e

Re: [IronPython] Method overload

2006-01-10 Thread Dino Viehland
uary 09, 2006 7:41 PM To: Discussion of IronPython Subject: Re: [IronPython] Method overload Couldn't I use the [] syntax to tell IP what .Net type to use for eachparameter?  (Where is there a good description of the [] syntax?) At 01:05 PM 1/9/2006, Dino Viehland wrote The [] syntax

Re: [IronPython] Method overload

2006-01-09 Thread J. Merrill
Merrill Sent: Monday, January 09, 2006 9:32 AM To: Discussion of IronPython Subject: Re: [IronPython] Method overload   Isn't there a syntax (using []) by which you can tell IP explicitly which one it should use?  I was expecting you to say what you did, but to add info about that as well. At

Re: [IronPython] Method overload

2006-01-09 Thread Martin Maly
File , line 0, in input##2 TypeError: bad args to this method >>>    From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J. Merrill Sent: Monday, January 09, 2006 9:32 AM To: Discussion of IronPython Subject: Re: [IronPython] Method overload   Isn't there

Re: [IronPython] Method overload

2006-01-09 Thread Dino Viehland
optimized when hosting IronPython as well).   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J. Merrill Sent: Monday, January 09, 2006 9:32 AM To: Discussion of IronPython Subject: Re: [IronPython] Method overload   Isn't there a syntax (using []) by which you can

Re: [IronPython] Method overload

2006-01-09 Thread J. Merrill
anuary 07, 2006 4:42 PM To: IronPython Subject: [IronPython] Method overload I'm studing IronPython and I liked very much! But I have one question. In .Net Framework, several classes has method overload. In my study, Python does not support method overload, and when we define  methods with

[IronPython] Method overload

2006-01-08 Thread Fabio
I'm studing IronPython and I liked very much!   But I have one question.   In .Net Framework, several classes has method overload. In my study, Python does not support method overload, and when we define  methods with the same name, they are redefined then only the last is used.   How IronPython ha

Re: [IronPython] Method overload

2006-01-08 Thread Fabio
e can fix them.   Martin   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of FabioSent: Saturday, January 07, 2006 4:42 PMTo: IronPython Subject: [IronPython] Method overload   I'm studing IronPython and I liked very much!   But I have one question.   In .Net Framework