Ejemplo n.º 1
0
 public IntPtr PyDict_Items(IntPtr pointer)
 {
     return(Runtime_Posix.PyDict_Items(pointer));
 }