Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h853 {"partition", (PyCFunction)bytearray_partition, METH_O, bytearray_partition__doc__},
/external/python/cpython3/Objects/
Dbytearrayobject.c1578 bytearray_partition(PyByteArrayObject *self, PyObject *sep) in bytearray_partition() function