Beispiel #1
0
 public IntPtr PyInstance_New(IntPtr cls, IntPtr args, IntPtr kw)
 {
     return(Runtime_Windows.PyInstance_New(cls, args, kw));
 }