Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytesobject.c.h128 bytes_rpartition_impl(PyBytesObject *self, Py_buffer *sep);
143 return_value = bytes_rpartition_impl(self, &sep); in bytes_rpartition()
/third_party/python/Objects/
Dbytesobject.c1775 bytes_rpartition_impl(PyBytesObject *self, Py_buffer *sep) in bytes_rpartition_impl() function