Home
last modified time | relevance | path

Searched refs:PySequence_Length (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Include/
Dabstract.h1063 #undef PySequence_Length
1064 PyAPI_FUNC(Py_ssize_t) PySequence_Length(PyObject *o);
1065 #define PySequence_Length PySequence_Size macro
/external/python/cpython2/PC/os2vacpp/
Dpython.def353 PySequence_Length
/external/python/cpython2/Modules/_ctypes/
Dstgdict.c357 len = PySequence_Length(fields); in PyCStructUnionType_update_stgdict()
Dcallbacks.c225 nArgs = PySequence_Length(converters); in _CallPythonObject()
D_ctypes.c4574 len = PySequence_Length(value); in Array_ass_slice()
4625 otherlen = PySequence_Length(value); in Array_ass_subscript()
/external/python/cpython2/Doc/c-api/
Dsequence.rst16 Py_ssize_t PySequence_Length(PyObject *o)
Dintro.rst322 n = PySequence_Length(sequence);
/external/python/cpython2/Objects/
Dabstract.c1874 #undef PySequence_Length
1876 PySequence_Length(PyObject *s) function
1880 #define PySequence_Length PySequence_Size macro
/external/python/cpython2/PC/os2emx/
Dpython27.def162 "PySequence_Length"
/external/python/cpython2/Modules/
D_csv.c1173 len = PySequence_Length(seq); in csv_writerow()
Ditertoolsmodule.c3511 Py_ssize_t tuplesize = PySequence_Length(args); in izip_new()
3847 Py_ssize_t tuplesize = PySequence_Length(args); in izip_longest_new()
/external/python/cpython2/Doc/faq/
Dextending.rst100 like :c:func:`PySequence_Length`, :c:func:`PySequence_GetItem`, etc.) as well as
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c1596 for (i = 0; i < PySequence_Length(lines); i++) { in mbstreamwriter_writelines()
/external/python/cpython2/Python/
Dbltinmodule.c2506 const Py_ssize_t itemsize = PySequence_Length(args); in builtin_zip()
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c5386 i = PySequence_Length(tabArrayObj); in Ctl_CreateTabsControl()
/external/python/cpython2/Misc/
DHISTORY14651 PySequence_Length.