Home
last modified time | relevance | path

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

12

/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/cpython3/Include/
Dabstract.h844 #undef PySequence_Length
845 PyAPI_FUNC(Py_ssize_t) PySequence_Length(PyObject *o);
846 #define PySequence_Length PySequence_Size macro
/external/python/cpython2/PC/os2vacpp/
Dpython.def353 PySequence_Length
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c142 nArgs = PySequence_Length(converters); in _CallPythonObject()
Dstgdict.c381 len = PySequence_Length(fields); in PyCStructUnionType_update_stgdict()
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c225 nArgs = PySequence_Length(converters); in _CallPythonObject()
Dstgdict.c365 len = PySequence_Length(fields); in PyCStructUnionType_update_stgdict()
D_ctypes.c4670 len = PySequence_Length(value); in Array_ass_slice()
4720 otherlen = PySequence_Length(value); in Array_ass_subscript()
/external/python/cpython3/Doc/c-api/
Dsequence.rst19 Py_ssize_t PySequence_Length(PyObject *o)
/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc154 auto length = PySequence_Length(obj); in InferShapeAndType()
/external/python/cpython3/Objects/
Dabstract.c1532 #undef PySequence_Length
1534 PySequence_Length(PyObject *s) in PySequence_Length() function
1538 #define PySequence_Length PySequence_Size macro
/external/python/cpython3/PC/
Dpython3.def518 PySequence_Length=python37.PySequence_Length
/external/python/cpython2/Doc/c-api/
Dsequence.rst16 Py_ssize_t PySequence_Length(PyObject *o)
/external/python/cpython2/Objects/
Dabstract.c1871 #undef PySequence_Length
1873 PySequence_Length(PyObject *s) function
1877 #define PySequence_Length PySequence_Size macro
/external/python/cpython2/PC/os2emx/
Dpython27.def162 "PySequence_Length"
/external/python/cpython3/Modules/
D_lzmamodule.c351 num_filters = PySequence_Length(filterspecs); in parse_filter_chain_spec()
D_testbuffer.c358 PySequence_Length(item) == nmemb) { in pack_from_list()
440 PySequence_Length(item) == nmemb) { in pack_single()
D_winapi.c1543 nhandles = PySequence_Length(handle_seq); in _winapi_WaitForMultipleObjects_impl()
/external/python/cpython2/Modules/
D_csv.c1169 len = PySequence_Length(seq); in csv_writerow()
Ditertoolsmodule.c3501 Py_ssize_t tuplesize = PySequence_Length(args); in izip_new()
3837 Py_ssize_t tuplesize = PySequence_Length(args); in izip_longest_new()
/external/python/cpython3/Doc/faq/
Dextending.rst98 like :c:func:`PySequence_Length`, :c:func:`PySequence_GetItem`, etc. as well
/external/python/cpython2/Doc/faq/
Dextending.rst100 like :c:func:`PySequence_Length`, :c:func:`PySequence_GetItem`, etc.) as well as
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c1666 for (i = 0; i < PySequence_Length(lines); i++) { in _multibytecodec_MultibyteStreamWriter_writelines()
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c1594 for (i = 0; i < PySequence_Length(lines); i++) { in mbstreamwriter_writelines()
/external/python/cpython2/Python/
Dbltinmodule.c2517 const Py_ssize_t itemsize = PySequence_Length(args); in builtin_zip()

12