Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h394 bytearray_pop_impl(PyByteArrayObject *self, Py_ssize_t index);
406 return_value = bytearray_pop_impl(self, index); in bytearray_pop()
/external/python/cpython3/Objects/
Dbytearrayobject.c1708 bytearray_pop_impl(PyByteArrayObject *self, Py_ssize_t index) in bytearray_pop_impl() function