Skip to main content

PyTuple_SET_ITEM

Function PyTuple_SET_ITEM 

Source
pub unsafe fn PyTuple_SET_ITEM(
    op: *mut PyObject,
    i: Py_ssize_t,
    v: *mut PyObject,
)
Available on neither GraalPy nor PyPy and neither Py_LIMITED_API nor RustPython only.
Expand description

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

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