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