Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dtupleobject.h21 #define PyTuple_GET_SIZE(op) Py_SIZE(_PyTuple_CAST(op)) macro
/external/python/cpython2/Include/
Dtupleobject.h51 #define PyTuple_GET_SIZE(op) Py_SIZE(op) macro