Home
last modified time | relevance | path

Searched defs:PyList_SET_ITEM (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Include/cpython/
H A Dlistobject.h44 PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) { in PyList_SET_ITEM() function
49 #define PyList_SET_ITEM(op, index, value) \ macro

Completed in 1 milliseconds