Home | History | Annotate | Download | only in python2.7

Lines Matching refs:PyObject_Length

432 #undef PyObject_Length
433 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
434 #define PyObject_Length PyObject_Size