Exemplo n.º 1
0
 public IntPtr PyInstance_NewRaw(IntPtr cls, IntPtr dict)
 {
     return(Runtime_Windows.PyInstance_NewRaw(cls, dict));
 }