Searched defs:PyList_GET_SIZE (Results 1 – 2 of 2) sorted by relevance
63 #define PyList_GET_SIZE(op) Py_SIZE(op) macro
74 #define PyList_GET_SIZE(op) (assert(PyList_Check(op)),Py_SIZE(op)) macro