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