Skip to main content

PyObject_GenericHash

Function PyObject_GenericHash 

Source
pub unsafe extern "C" fn PyObject_GenericHash(
    obj: *mut PyObject,
) -> Py_hash_t
Available on Py_3_13 and neither Py_LIMITED_API nor RustPython only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here