Home
last modified time | relevance | path

Searched defs:PyTuple_SET_ITEM (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Include/cpython/
Dtupleobject.h34 PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) { in PyTuple_SET_ITEM() function
39 #define PyTuple_SET_ITEM(op, index, value) \ macro