Searched refs:bytearray_pop_impl (Results 1 – 2 of 2) sorted by relevance
394 bytearray_pop_impl(PyByteArrayObject *self, Py_ssize_t index);406 return_value = bytearray_pop_impl(self, index); in bytearray_pop()
1708 bytearray_pop_impl(PyByteArrayObject *self, Py_ssize_t index) in bytearray_pop_impl() function