Searched refs:bytearray_rstrip_impl (Results 1 – 2 of 2) sorted by relevance
798 bytearray_rstrip_impl(PyByteArrayObject *self, PyObject *bytes);814 return_value = bytearray_rstrip_impl(self, bytes); in bytearray_rstrip()
1951 bytearray_rstrip_impl(PyByteArrayObject *self, PyObject *bytes) in bytearray_rstrip_impl() function