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

/external/python/cpython3/Objects/clinic/
H A Dbytearrayobject.c.h223 {"partition", (PyCFunction)bytearray_partition, METH_O, bytearray_partition__doc__},
/external/python/cpython2/Objects/
H A Dbytearrayobject.c2106 bytearray_partition(PyByteArrayObject *self, PyObject *sep_obj) function
2860 {"partition", (PyCFunction)bytearray_partition, METH_O, partition__doc__},

Completed in 59 milliseconds