Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dlistobject.h38 #define PyList_GET_SIZE(op) Py_SIZE(_PyList_CAST(op)) macro
/external/python/cpython2/Include/
Dlistobject.h63 #define PyList_GET_SIZE(op) Py_SIZE(op) macro