Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytearrayobject.c2106 bytearray_partition(PyByteArrayObject *self, PyObject *sep_obj) in bytearray_partition() function
2860 {"partition", (PyCFunction)bytearray_partition, METH_O, partition__doc__},