Searched refs:bytes_replace_impl (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Objects/clinic/
H A Dbytesobject.c.h369 bytes_replace_impl(PyBytesObject *self, Py_buffer *old, Py_buffer *new,
384 return_value = bytes_replace_impl(self, &old, &new, count);
/external/python/cpython3/Objects/
H A Dbytesobject.c2244 bytes_replace_impl(PyBytesObject *self, Py_buffer *old, Py_buffer *new, function

Completed in 116 milliseconds