[Ironpython-users] Calling Python function from C# with **args?

Doug Blank doug.blank at gmail.com
Wed Apr 17 16:00:28 CEST 2013


IronPython users,

Is there a way to call a Python function or method defined like:

def func(**args):
    return args

from C#?

Currently, I'm using Mono with mcs -sdk:2 (aka, .NET 3.5) but if I
need to upgrade to sdk:4 (.NET 4.0) I will.

Thanks for any pointers,

-Doug


More information about the Ironpython-users mailing list