Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytearrayobject.c2070 bytearray_split(PyByteArrayObject *self, PyObject *args) in bytearray_split() function
2871 {"split", (PyCFunction)bytearray_split, METH_VARARGS, split__doc__},