PyErr_GivenExceptionMatches method Null safety
Implementation
int PyErr_GivenExceptionMatches(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<PyObject> arg1,
) {
return _PyErr_GivenExceptionMatches(
arg0,
arg1,
);
}
int PyErr_GivenExceptionMatches(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<PyObject> arg1,
) {
return _PyErr_GivenExceptionMatches(
arg0,
arg1,
);
}