Skip to main content

PyObject_HasAttrStringWithError

Function PyObject_HasAttrStringWithError 

Source
pub unsafe extern "C" fn PyObject_HasAttrStringWithError(
    arg1: *mut PyObject,
    arg2: *const i8,
) -> i32
Available on Py_3_13 only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here