Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobject.h346 static inline Py_ssize_t Py_SIZE(PyObject *ob) { in Py_SIZE() function
352 # define Py_SIZE(ob) Py_SIZE(_PyObject_CAST(ob)) macro