Home
last modified time | relevance | path

Searched refs:PySequence_DelItem (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Doc/c-api/
Dsequence.rst73 deprecated in favour of using :c:func:`PySequence_DelItem`.
76 .. c:function:: int PySequence_DelItem(PyObject *o, Py_ssize_t i)
/third_party/python/Include/
Dabstract.h684 PyAPI_FUNC(int) PySequence_DelItem(PyObject *o, Py_ssize_t i);
/third_party/python/Doc/data/
Dstable_abi.dat532 function,PySequence_DelItem,3.2,
Drefcounts.dat1938 PySequence_DelItem:int:::
1939 PySequence_DelItem:PyObject*:o:0:
1940 PySequence_DelItem:Py_ssize_t:i::
/third_party/python/PC/
Dpython3dll.c495 EXPORT_FUNC(PySequence_DelItem)
/third_party/python/Objects/
Dabstract.c255 return PySequence_DelItem(o, key_value); in PyObject_DelItem()
1966 PySequence_DelItem(PyObject *s, Py_ssize_t i) in PySequence_DelItem() function
/third_party/python/Misc/
Dstable_abi.txt1145 function PySequence_DelItem
DHISTORY31899 PySequence_DelItem, and PySequence_DelSlice.
/third_party/python/Python/
Dcompile.c728 if (PySequence_DelItem(c->c_stack, n) < 0) { in compiler_exit_scope()
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst8937 :c:func:`PySequence_DelItem` called with a mapping and