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