devela::_dep::pyo3::ffi

Function PyErr_Format

pub unsafe extern "C" fn PyErr_Format(
    exception: *mut PyObject,
    format: *const i8,
    ...
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.