Function pyo3::ffi::PyTuple_SET_ITEM

source ·
pub unsafe fn PyTuple_SET_ITEM(op: *mut PyObject, i: isize, v: *mut PyObject)
Available on neither PyPy nor GraalPy.
Expand description

Macro, only to be used to fill in brand new tuples

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here