Searched defs:PyList_GET_ITEM (Results 1 – 2 of 2) sorted by relevance
36 #define PyList_GET_ITEM(op, i) (_PyList_CAST(op)->ob_item[i]) macro
61 #define PyList_GET_ITEM(op, i) (((PyListObject *)(op))->ob_item[i]) macro