Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h446 {"partition", (PyCFunction)bytearray_partition, METH_O, bytearray_partition__doc__},
/third_party/python/Objects/
Dbytearrayobject.c1456 bytearray_partition(PyByteArrayObject *self, PyObject *sep) in bytearray_partition() function