Example #1
0
 public IntPtr PyDict_GetItem(IntPtr pointer, IntPtr key)
 {
     return(Runtime_Posix.PyDict_GetItem(pointer, key));
 }