Here's the situation...I want to be able to pass a python lambda into C# method where the evaluation of the lambda should happen. when I pass in the lambda, it turns into an instance of a PythonFunction. I am stuck here as I don't know how to execute this PythonFunction. I see a "call" on this class, but I don't know where to get the CodeContext it requires.
Anyone know how to do this?