Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dlistobject.h61 #define PyList_GET_ITEM(op, i) (((PyListObject *)(op))->ob_item[i]) macro
/external/python/cpython3/Include/
Dlistobject.h72 #define PyList_GET_ITEM(op, i) (((PyListObject *)(op))->ob_item[i]) macro