Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dlistobject.h33 static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) { in PyList_GET_SIZE() function
38 # define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op)) macro