예제 #1
0
 public int PyDict_SetItem(IntPtr pointer, IntPtr key, IntPtr value)
 {
     return(Runtime_Posix.PyDict_SetItem(pointer, key, value));
 }