Searched refs:bytearray_removesuffix_impl (Results 1 – 2 of 2) sorted by relevance
164 bytearray_removesuffix_impl(PyByteArrayObject *self, Py_buffer *suffix);179 return_value = bytearray_removesuffix_impl(self, &suffix); in bytearray_removesuffix()
1222 bytearray_removesuffix_impl(PyByteArrayObject *self, Py_buffer *suffix) in bytearray_removesuffix_impl() function