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