Home
last modified time | relevance | path

Searched refs:bytearray_copy_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h33 bytearray_copy_impl(PyByteArrayObject *self);
38 return bytearray_copy_impl(self); in bytearray_copy()
/external/python/cpython3/Objects/
Dbytearrayobject.c1144 bytearray_copy_impl(PyByteArrayObject *self) in bytearray_copy_impl() function