Searched refs:PySequence_DelItem (Results 1 – 21 of 21) sorted by relevance
/external/python/cpython3/Doc/c-api/ |
D | sequence.rst | 73 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/ |
D | sequence.rst | 90 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/ |
D | python.def | 347 PySequence_DelItem
|
/external/python/cpython2/Include/ |
D | abstract.h | 1110 PyAPI_FUNC(int) PySequence_DelItem(PyObject *o, Py_ssize_t i);
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 280 return PySequence_DelItem(self->child_messages, from); in AssignSubscript()
|
D | message.cc | 1033 if (PySequence_DelItem(cmessage_list, -1) < 0) { in CheckAndGetInteger()
|
/external/python/cpython3/Include/ |
D | abstract.h | 879 PyAPI_FUNC(int) PySequence_DelItem(PyObject *o, Py_ssize_t i);
|
/external/python/cpython3/PC/ |
D | python3.def | 509 PySequence_DelItem=python37.PySequence_DelItem
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1141 PySequence_DelItem:int::: 1142 PySequence_DelItem:PyObject*:o:0: 1143 PySequence_DelItem:int:i::
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 96 "PySequence_DelItem"
|
/external/python/cpython3/Objects/ |
D | abstract.c | 241 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/ |
D | refcounts.dat | 1929 PySequence_DelItem:int::: 1930 PySequence_DelItem:PyObject*:o:0: 1931 PySequence_DelItem:Py_ssize_t:i::
|
/external/python/cpython2/Objects/ |
D | abstract.c | 213 return PySequence_DelItem(o, key_value); in PyObject_DelItem() 2072 PySequence_DelItem(PyObject *s, Py_ssize_t i) function
|
D | typeobject.c | 4360 PySequence_DelItem(list, i);
|
/external/python/cpython2/Python/ |
D | symtable.c | 837 if (PySequence_DelItem(st->st_stack, end) < 0) in symtable_exit_block()
|
D | compile.c | 552 if (PySequence_DelItem(c->c_stack, n) < 0) in compiler_exit_scope()
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 2335 if (PySequence_DelItem(seq, i) < 0) in sequence_delitem()
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.3rc1.rst | 128 PySequence_DelItem.
|
/external/python/cpython3/Python/ |
D | compile.c | 664 if (PySequence_DelItem(c->c_stack, n) < 0) in compiler_exit_scope()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 14520 PySequence_DelItem, and PySequence_DelSlice.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 31899 PySequence_DelItem, and PySequence_DelSlice.
|