Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h485 bytearray_rsplit_impl(PyByteArrayObject *self, PyObject *sep,
525 return_value = bytearray_rsplit_impl(self, sep, maxsplit); in bytearray_rsplit()
/third_party/python/Objects/
Dbytearrayobject.c1523 bytearray_rsplit_impl(PyByteArrayObject *self, PyObject *sep, in bytearray_rsplit_impl() function