CodeContext。但是自从我搬到IronPython RC1后,我无法掌握一个。
有没有人使用过IronPython RC1并设法使用
ClrModule.AddReferenceByName(...)
或
PythonType.__getattribute__(...)
他们都采用CodeContext,因此我不能再使用它们了。
答案 0 :(得分:2)
要获得CodeContext,就像创建CodeContext一样创建ModuleContext。然后只需访问GlobalContext属性即可获取CodeContext。
答案 1 :(得分:0)
然后通过'eval'调用这些函数。