Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dabstract.h343 #define PyObject_Length PyObject_Size macro
/external/python/cpython3/Objects/
Dabstract.c73 PyObject_Length(PyObject *o) in PyObject_Length() function
77 #define PyObject_Length PyObject_Size macro