Beispiel #1
0
 public IntPtr PyImport_ExecCodeModule(string name, IntPtr code)
 {
     return(Runtime_Windows.PyImport_ExecCodeModule(name, code));
 }