Home
last modified time | relevance | path

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

/external/python/cpython3/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)
/external/python/cpython2/Doc/c-api/
Dsequence.rst90 deprecated in favour of using :c:func:`PySequence_DelItem`.
97 .. c:function:: int PySequence_DelItem(PyObject *o, Py_ssize_t i)
/external/python/cpython2/PC/os2vacpp/
Dpython.def347 PySequence_DelItem
/external/python/cpython2/Include/
Dabstract.h1110 PyAPI_FUNC(int) PySequence_DelItem(PyObject *o, Py_ssize_t i);
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc280 return PySequence_DelItem(self->child_messages, from); in AssignSubscript()
Dmessage.cc1033 if (PySequence_DelItem(cmessage_list, -1) < 0) { in CheckAndGetInteger()
/external/python/cpython3/Include/
Dabstract.h879 PyAPI_FUNC(int) PySequence_DelItem(PyObject *o, Py_ssize_t i);
/external/python/cpython3/PC/
Dpython3.def509 PySequence_DelItem=python37.PySequence_DelItem
/external/python/cpython2/Doc/data/
Drefcounts.dat1141 PySequence_DelItem:int:::
1142 PySequence_DelItem:PyObject*:o:0:
1143 PySequence_DelItem:int:i::
/external/python/cpython2/PC/os2emx/
Dpython27.def96 "PySequence_DelItem"
/external/python/cpython3/Objects/
Dabstract.c241 return PySequence_DelItem(o, key_value); in PyObject_DelItem()
1730 PySequence_DelItem(PyObject *s, Py_ssize_t i) in PySequence_DelItem() function
/external/python/cpython3/Doc/data/
Drefcounts.dat1929 PySequence_DelItem:int:::
1930 PySequence_DelItem:PyObject*:o:0:
1931 PySequence_DelItem:Py_ssize_t:i::
/external/python/cpython2/Objects/
Dabstract.c213 return PySequence_DelItem(o, key_value); in PyObject_DelItem()
2072 PySequence_DelItem(PyObject *s, Py_ssize_t i) function
Dtypeobject.c4360 PySequence_DelItem(list, i);
/external/python/cpython2/Python/
Dsymtable.c837 if (PySequence_DelItem(st->st_stack, end) < 0) in symtable_exit_block()
Dcompile.c552 if (PySequence_DelItem(c->c_stack, n) < 0) in compiler_exit_scope()
/external/python/cpython2/Modules/
D_testcapimodule.c2335 if (PySequence_DelItem(seq, i) < 0) in sequence_delitem()
/external/python/cpython2/Misc/NEWS.d/
D2.7.3rc1.rst128 PySequence_DelItem.
/external/python/cpython3/Python/
Dcompile.c664 if (PySequence_DelItem(c->c_stack, n) < 0) in compiler_exit_scope()
/external/python/cpython2/Misc/
DHISTORY14520 PySequence_DelItem, and PySequence_DelSlice.
/external/python/cpython3/Misc/
DHISTORY31899 PySequence_DelItem, and PySequence_DelSlice.