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