Home
last modified time | relevance | path

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

/third_party/python/Include/
Dabstract.h649 #undef PySequence_Length
650 PyAPI_FUNC(Py_ssize_t) PySequence_Length(PyObject *o);
651 #define PySequence_Length PySequence_Size macro
/third_party/python/Modules/_ctypes/
Dcallbacks.c150 nArgs = PySequence_Length(converters); in _CallPythonObject()
D_ctypes.c4765 otherlen = PySequence_Length(value); in Array_ass_subscript()
/third_party/python/Doc/c-api/
Dsequence.rst19 Py_ssize_t PySequence_Length(PyObject *o)
Dintro.rst467 n = PySequence_Length(sequence);
/third_party/python/Objects/
Dabstract.c1752 #undef PySequence_Length
1754 PySequence_Length(PyObject *s) in PySequence_Length() function
1758 #define PySequence_Length PySequence_Size macro
/third_party/python/PC/
Dpython3dll.c504 EXPORT_FUNC(PySequence_Length)
/third_party/python/Doc/data/
Dstable_abi.dat541 function,PySequence_Length,3.2,
/third_party/python/Doc/faq/
Dextending.rst98 like :c:func:`PySequence_Length`, :c:func:`PySequence_GetItem`, etc. as well
/third_party/python/Modules/
D_testbuffer.c358 PySequence_Length(item) == nmemb) { in pack_from_list()
440 PySequence_Length(item) == nmemb) { in pack_single()
D_lzmamodule.c398 num_filters = PySequence_Length(filterspecs); in parse_filter_chain_spec()
D_winapi.c1722 nhandles = PySequence_Length(handle_seq); in _winapi_WaitForMultipleObjects_impl()
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c1773 for (i = 0; i < PySequence_Length(lines); i++) { in _multibytecodec_MultibyteStreamWriter_writelines()
/third_party/python/Misc/
Dstable_abi.txt1163 function PySequence_Length
DHISTORY32030 PySequence_Length.
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c876 # define PySequence_Size PySequence_Length