devela::_dep::pyo3::ffi

Function PyObject_HasAttrString

pub unsafe extern "C" fn PyObject_HasAttrString(
    arg1: *mut PyObject,
    arg2: *const i8,
) -> i32 
Available on crate features dep_pyo3 and std only.