Skip to main content

sendfunc

Type Alias sendfunc 

Source
pub type sendfunc = unsafe extern "C" fn(iter: *mut PyObject, value: *mut PyObject, result: *mut *mut PyObject) -> PySendResult;
Available on Py_3_10 and neither Py_LIMITED_API nor RustPython only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here