Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h463 {"rpartition", (PyCFunction)bytearray_rpartition, METH_O, bytearray_rpartition__doc__},
/third_party/python/Objects/
Dbytearrayobject.c1494 bytearray_rpartition(PyByteArrayObject *self, PyObject *sep) in bytearray_rpartition() function