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