Esempio n. 1
0
 public IntPtr PyDict_GetItem(IntPtr pointer, IntPtr key)
 {
     return(Runtime_Windows.PyDict_GetItem(pointer, key));
 }