Skip to main content

PyDict_Unwatch

Function PyDict_Unwatch 

Source
pub unsafe extern "C" fn PyDict_Unwatch(
    watcher_id: c_int,
    dict: *mut PyObject,
) -> c_int
Available on Py_3_12 and neither Py_LIMITED_API nor RustPython and non-GraalPy only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here