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