Home
last modified time | relevance | path

Searched refs:PySequence_ITEM (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dabstract.h1174 #define PySequence_ITEM(o, i)\ macro
/external/python/cpython2/Doc/data/
Drefcounts.dat1183 PySequence_ITEM:PyObject*::+1:
1184 PySequence_ITEM:PyObject*:o:0:
1185 PySequence_ITEM:int:i::
/external/python/cpython2/Doc/c-api/
Dsequence.rst206 .. c:function:: PyObject* PySequence_ITEM(PyObject *o, Py_ssize_t i)
/external/python/cpython2/Misc/
DHISTORY5808 - Added new macro PySequence_ITEM(o, i) that directly calls