Home
last modified time | relevance | path

Searched refs:PySequence_DelItem (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/
H A Dabstract.h684 PyAPI_FUNC(int) PySequence_DelItem(PyObject *o, Py_ssize_t i);
/third_party/python/PC/
H A Dpython3dll.c506 EXPORT_FUNC(PySequence_DelItem)
/third_party/python/Objects/
H A Dabstract.c257 return PySequence_DelItem(o, key_value); in PyObject_DelItem()
1959 PySequence_DelItem(PyObject *s, Py_ssize_t i) in PySequence_DelItem() function
/third_party/python/Python/
H A Dcompile.c1823 // Don't call PySequence_DelItem() with an exception raised in compiler_exit_scope()
1836 if (PySequence_DelItem(c->c_stack, n) < 0) { in compiler_exit_scope()

Completed in 17 milliseconds