Skip to main content

PyObject_HasAttrWithError

Function PyObject_HasAttrWithError 

pub unsafe extern "C" fn PyObject_HasAttrWithError(
    arg1: *mut PyObject,
    arg2: *mut PyObject,
) -> i32
Available on crate feature tls and Py_3_13 only.