Searched refs:bytearray_remove_impl (Results 1 – 2 of 2) sorted by relevance
701 bytearray_remove_impl(PyByteArrayObject *self, int value);712 return_value = bytearray_remove_impl(self, value); in bytearray_remove()
1815 bytearray_remove_impl(PyByteArrayObject *self, int value) in bytearray_remove_impl() function