Searched defs:PyList_GET_SIZE (Results 1 – 1 of 1) sorted by relevance
33 static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) { in PyList_GET_SIZE() function38 # define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op)) macro