Searched refs:bytearray_reduce_impl (Results 1 – 2 of 2) sorted by relevance
1559 bytearray_reduce_impl(PyByteArrayObject *self);1564 return bytearray_reduce_impl(self); in bytearray_reduce()
2227 bytearray_reduce_impl(PyByteArrayObject *self) in bytearray_reduce_impl() function