Beispiel #1
0
 public int PyDict_SetItemString(IntPtr pointer, string key, IntPtr value)
 {
     return(Runtime_Windows.PyDict_SetItemString(pointer, key, value));
 }