コード例 #1
0
ファイル: InteropWindows.cs プロジェクト: paloukari/pythonnet
 public IntPtr PyEval_GetLocals()
 {
     return(Runtime_Windows.PyEval_GetLocals());
 }