Skip to main content

PyContext_WatchCallback

Type Alias PyContext_WatchCallback 

Source
pub type PyContext_WatchCallback = unsafe extern "C" fn(event: PyContextEvent, obj: *mut PyObject) -> c_int;
Available on Py_3_14 and neither GraalPy nor PyPy and neither Py_LIMITED_API nor RustPython only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here