Home
last modified time | relevance | path

Searched refs:PyList_Extend (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/cpython/
Dlistobject.h52 PyAPI_FUNC(int) PyList_Extend(PyObject *self, PyObject *iterable);
/external/python/cpython3/Modules/_testcapi/
Dlist.c59 RETURN_INT(PyList_Extend(obj, arg)); in list_extend()
/external/python/cpython3/Doc/c-api/
Dlist.rst142 .. c:function:: int PyList_Extend(PyObject *list, PyObject *iterable)
/external/python/cpython3/Misc/NEWS.d/
D3.13.0a2.rst1502 Add :c:func:`PyList_Extend` and :c:func:`PyList_Clear` functions: similar to
/external/python/cpython3/Objects/
Dlistobject.c1461 PyList_Extend(PyObject *self, PyObject *iterable) in PyList_Extend() function
/external/python/cpython3/Doc/whatsnew/
D3.13.rst2103 * Add the :c:func:`PyList_Extend` and :c:func:`PyList_Clear` functions,
/external/python/cpython3/Doc/data/
Dpython3.13.abi387 …<elf-symbol name='PyList_Extend' type='func-type' binding='global-binding' visibility='default-vis…
7729PyList_Extend' mangled-name='PyList_Extend' filepath='Objects/listobject.c' line='1442' column='1'…