Searched refs:bytearray_copy_impl (Results 1 – 2 of 2) sorted by relevance
102 bytearray_copy_impl(PyByteArrayObject *self);107 return bytearray_copy_impl(self); in bytearray_copy()
1133 bytearray_copy_impl(PyByteArrayObject *self) in bytearray_copy_impl() function