Searched refs:bytearray_split (Results 1 – 1 of 1) sorted by relevance
2070 bytearray_split(PyByteArrayObject *self, PyObject *args) in bytearray_split() function2871 {"split", (PyCFunction)bytearray_split, METH_VARARGS, split__doc__},