Searched defs:PyList_GET_SIZE (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython2/Include/ | ||
| D | listobject.h | 63 #define PyList_GET_SIZE(op) Py_SIZE(op) macro |
| /external/python/cpython3/Include/ | ||
| D | listobject.h | 74 #define PyList_GET_SIZE(op) Py_SIZE(op) macro |