Searched refs:PySequence_DelItem (Results 1 – 20 of 20) 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/PC/os2vacpp/ |
D | python.def | 347 PySequence_DelItem
|
/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/cpython3/Include/ |
D | abstract.h | 661 PyAPI_FUNC(int) PySequence_DelItem(PyObject *o, Py_ssize_t i);
|
/external/python/cpython2/Include/ |
D | abstract.h | 1110 PyAPI_FUNC(int) PySequence_DelItem(PyObject *o, Py_ssize_t i);
|
/external/python/cpython3/PC/ |
D | python3.def | 511 PySequence_DelItem=python39.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 | 250 return PySequence_DelItem(o, key_value); in PyObject_DelItem() 1826 PySequence_DelItem(PyObject *s, Py_ssize_t i) in PySequence_DelItem() function
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1958 PySequence_DelItem:int::: 1959 PySequence_DelItem:PyObject*:o:0: 1960 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 | 673 if (PySequence_DelItem(c->c_stack, n) < 0) in compiler_exit_scope()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 8937 :c:func:`PySequence_DelItem` called with a mapping and
|
/external/python/cpython2/Misc/ |
D | HISTORY | 14520 PySequence_DelItem, and PySequence_DelSlice.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 31899 PySequence_DelItem, and PySequence_DelSlice.
|