Searched refs:PySequence_SetSlice (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Include/ |
H A D | abstract.h | 690 PyAPI_FUNC(int) PySequence_SetSlice(PyObject *o, Py_ssize_t i1, Py_ssize_t i2,
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | repeated_scalar_container.cc | 484 if (PySequence_SetSlice(new_list.get(), from, to, value) < 0) { in Subscript()
|
/third_party/python/PC/ |
H A D | python3dll.c | 519 EXPORT_FUNC(PySequence_SetSlice)
|
/third_party/python/Objects/ |
H A D | abstract.c | 1992 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.c | 5434 int res = PySequence_SetSlice(sequence, i1, i2, obj); in sequence_set_slice()
|
Completed in 17 milliseconds