Пример #1
0
 public int PyDict_DelItemString(IntPtr pointer, string key)
 {
     return(Runtime_Windows.PyDict_DelItemString(pointer, key));
 }