Using the python script engine set up in C# using IronPython, is there a way to retrieve the current executing function from the python code?
E. g. in my code, the setup python script engine is stored in variable pse. Is there a call similar to pse.GetVariables() that returns the current executing python function?
I would like to be able to pull this information so I could use it in a check within a test, for example.