PyErr_ExceptionMatches method Null safety
Implementation
int PyErr_ExceptionMatches(
ffi.Pointer<PyObject> arg0,
) {
return _PyErr_ExceptionMatches(
arg0,
);
}
int PyErr_ExceptionMatches(
ffi.Pointer<PyObject> arg0,
) {
return _PyErr_ExceptionMatches(
arg0,
);
}