Home
last modified time | relevance | path

Searched refs:bytearray_insert_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h564 bytearray_insert_impl(PyByteArrayObject *self, Py_ssize_t index, int item);
591 return_value = bytearray_insert_impl(self, index, item); in bytearray_insert()
/third_party/python/Objects/
Dbytearrayobject.c1597 bytearray_insert_impl(PyByteArrayObject *self, Py_ssize_t index, int item) in bytearray_insert_impl() function