
It doesn't look like it's supported to instantiate a C# class from Python using keyword arguments? Is that the case or am I missing something. If it's not supported would it theoretically be possible and if so how difficult would it be to implement? Thanks, Dave

Hi Dave, Can you please file an issue on github? I think keyword args is important functionality since the call signature is not visible from Python to c# and vice versa unlike IronPython. Does this work on IronPython? github.com/pythonnet On Thu, Sep 3, 2015, 4:10 AM Dave Hirschfeld <novin01@gmail.com> wrote:
It doesn't look like it's supported to instantiate a C# class from Python using keyword arguments? Is that the case or am I missing something.
If it's not supported would it theoretically be possible and if so how difficult would it be to implement?
Thanks, Dave
_________________________________________________ Python.NET mailing list - PythonDotNet@python.org https://mail.python.org/mailman/listinfo/pythondotnet

Denis Akhiyarov <denis.akhiyarov@...> writes:
Hi Dave, Can you please file an issue on github? I think keyword args is
important functionality since the call signature is not visible from Python to c# and vice versa unlike IronPython. Does this work on IronPython?
github.com/pythonnet
On Thu, Sep 3, 2015, 4:10 AM Dave Hirschfeld <novin01 <at> gmail.com> wrote:
It doesn't look like it's supported to instantiate a C# class from Python using keyword arguments? Is that the case or am I missing something. If it's not supported would it theoretically be possible and if so how difficult would it be to implement? Thanks, Dave
Done! https://github.com/pythonnet/pythonnet/issues/99 Thanks, Dave
participants (2)
-
Dave Hirschfeld
-
Denis Akhiyarov