Пример #1
0
 public int PyDict_Update(IntPtr pointer, IntPtr other)
 {
     return(Runtime_Posix.PyDict_Update(pointer, other));
 }