Home
last modified time | relevance | path

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

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