Searched refs:bytearray_partition (Results 1 – 2 of 2) sorted by relevance
446 {"partition", (PyCFunction)bytearray_partition, METH_O, bytearray_partition__doc__},
1456 bytearray_partition(PyByteArrayObject *self, PyObject *sep) in bytearray_partition() function