Searched defs:PyObject_Length (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dabstract.h432 #undef PyObject_Length macro
433 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
434 #define PyObject_Length PyObject_Size macro
/external/python/cpython2/Objects/
H A Dabstract.c77 #undef PyObject_Length macro
79 PyObject_Length(PyObject *o) function
83 #define PyObject_Length PyObject_Size macro

Completed in 131 milliseconds