[Python.NET] keyword arguments

Dave Hirschfeld novin01 at gmail.com
Wed Sep 9 04:11:42 CEST 2015


Denis Akhiyarov <denis.akhiyarov at ...> 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





More information about the PythonDotNet mailing list