Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dabstract.h434 #define PyObject_Length PyObject_Size macro
/external/python/cpython3/Include/
Dabstract.h500 #define PyObject_Length PyObject_Size macro
/external/python/cpython2/Objects/
Dabstract.c79 PyObject_Length(PyObject *o) in PyObject_Length() function
83 #define PyObject_Length PyObject_Size macro
/external/python/cpython3/Objects/
Dabstract.c63 PyObject_Length(PyObject *o) in PyObject_Length() function
67 #define PyObject_Length PyObject_Size macro