PyErr_Format method Null safety
Implementation
ffi.Pointer<PyObject> PyErr_Format(
ffi.Pointer<PyObject> exception,
ffi.Pointer<ffi.Int8> format,
) {
return _PyErr_Format(
exception,
format,
);
}
ffi.Pointer<PyObject> PyErr_Format(
ffi.Pointer<PyObject> exception,
ffi.Pointer<ffi.Int8> format,
) {
return _PyErr_Format(
exception,
format,
);
}