Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h317 bytearray_insert_impl(PyByteArrayObject *self, Py_ssize_t index, int item);
330 return_value = bytearray_insert_impl(self, index, item); in bytearray_insert()
/external/python/cpython3/Objects/
Dbytearrayobject.c1543 bytearray_insert_impl(PyByteArrayObject *self, Py_ssize_t index, int item) in bytearray_insert_impl() function