Esempio n. 1
0
 public int PyErr_GivenExceptionMatches(IntPtr ob, IntPtr val)
 {
     return(Runtime_Posix.PyErr_GivenExceptionMatches(ob, val));
 }