Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dtupleobject.h27 #define PyTuple_GET_ITEM(op, i) (_PyTuple_CAST(op)->ob_item[i]) macro
/external/python/cpython2/Include/
Dtupleobject.h50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i]) macro