Searched refs:bytes_rpartition_impl (Results 1 – 2 of 2) sorted by relevance
128 bytes_rpartition_impl(PyBytesObject *self, Py_buffer *sep);143 return_value = bytes_rpartition_impl(self, &sep); in bytes_rpartition()
1775 bytes_rpartition_impl(PyBytesObject *self, Py_buffer *sep) in bytes_rpartition_impl() function