On Wed, Apr 17, 2013 at 7:00 AM, Doug Blank <[email protected]> wrote:
> IronPython users,
>
> Is there a way to call a Python function or method defined like:
>
> def func(**args):
>     return args
>
> from C#?

PythonCalls.CallWithKeywordArgs should do what you want. If you don't
have a CodeContext handy you should be able to use
DefaultContext.Default.

- Jeff
_______________________________________________
Ironpython-users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to