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