Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h58 {"partition", (PyCFunction)bytes_partition, METH_O, bytes_partition__doc__},
64 bytes_partition(PyBytesObject *self, PyObject *arg) in bytes_partition() function