Searched refs:PyList_Extend (Results 1 – 7 of 7) sorted by relevance
52 PyAPI_FUNC(int) PyList_Extend(PyObject *self, PyObject *iterable);
59 RETURN_INT(PyList_Extend(obj, arg)); in list_extend()
142 .. c:function:: int PyList_Extend(PyObject *list, PyObject *iterable)
1502 Add :c:func:`PyList_Extend` and :c:func:`PyList_Clear` functions: similar to
1461 PyList_Extend(PyObject *self, PyObject *iterable) in PyList_Extend() function
2103 * Add the :c:func:`PyList_Extend` and :c:func:`PyList_Clear` functions,
387 …<elf-symbol name='PyList_Extend' type='func-type' binding='global-binding' visibility='default-vis…7729 …PyList_Extend' mangled-name='PyList_Extend' filepath='Objects/listobject.c' line='1442' column='1'…