Home
last modified time | relevance | path

Searched refs:PySequence_SetSlice (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/
H A Dabstract.h690 PyAPI_FUNC(int) PySequence_SetSlice(PyObject *o, Py_ssize_t i1, Py_ssize_t i2,
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc484 if (PySequence_SetSlice(new_list.get(), from, to, value) < 0) { in Subscript()
/third_party/python/PC/
H A Dpython3dll.c519 EXPORT_FUNC(PySequence_SetSlice)
/third_party/python/Objects/
H A Dabstract.c1992 PySequence_SetSlice(PyObject *s, Py_ssize_t i1, Py_ssize_t i2, PyObject *o) in PySequence_SetSlice() function
/third_party/python/Modules/
H A D_testcapimodule.c5434 int res = PySequence_SetSlice(sequence, i1, i2, obj); in sequence_set_slice()

Completed in 17 milliseconds