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