Searched refs:bytearray_strip_impl (Results 1 – 2 of 2) sorted by relevance
730 bytearray_strip_impl(PyByteArrayObject *self, PyObject *bytes);746 return_value = bytearray_strip_impl(self, bytes); in bytearray_strip()
1870 bytearray_strip_impl(PyByteArrayObject *self, PyObject *bytes) in bytearray_strip_impl() function