Skip to main content

PyErr_NewExceptionWithDoc

Function PyErr_NewExceptionWithDoc 

pub unsafe extern "C" fn PyErr_NewExceptionWithDoc(
    name: *const i8,
    doc: *const i8,
    base: *mut PyObject,
    dict: *mut PyObject,
) -> *mut PyObject
Available on crate feature tls only.