Searched defs:PySequence_Length (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dabstract.h1063 #undef PySequence_Length macro
1064 PyAPI_FUNC(Py_ssize_t) PySequence_Length(PyObject *o);
1065 #define PySequence_Length PySequence_Size macro
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dabstract.h1063 #undef PySequence_Length macro
1064 PyAPI_FUNC(Py_ssize_t) PySequence_Length(PyObject *o);
1065 #define PySequence_Length PySequence_Size macro
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dabstract.h1063 #undef PySequence_Length macro
1064 PyAPI_FUNC(Py_ssize_t) PySequence_Length(PyObject *o);
1065 #define PySequence_Length PySequence_Size macro
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dabstract.h1063 #undef PySequence_Length macro
1064 PyAPI_FUNC(Py_ssize_t) PySequence_Length(PyObject *o);
1065 #define PySequence_Length PySequence_Size macro

Completed in 51 milliseconds