Skip to main content

PyList_GET_ITEM

Function PyList_GET_ITEM 

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

Macro, trading safety for speed

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