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