Esempio n. 1
0
 public IntPtr PyDict_Copy(IntPtr pointer)
 {
     return(Runtime_Windows.PyDict_Copy(pointer));
 }