Searched refs:bytearray_copy_impl (Results 1 – 2 of 2) sorted by relevance
33 bytearray_copy_impl(PyByteArrayObject *self);38 return bytearray_copy_impl(self); in bytearray_copy()
1144 bytearray_copy_impl(PyByteArrayObject *self) in bytearray_copy_impl() function