Searched refs:bytearray_split (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | bytearrayobject.c.h | 319 …{"split", (PyCFunction)(void(*)(void))bytearray_split, METH_FASTCALL|METH_KEYWORDS, bytearray_spli… 326 bytearray_split(PyByteArrayObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in bytearray_split() function
|
/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 2082 bytearray_split(PyByteArrayObject *self, PyObject *args) in bytearray_split() function 2883 {"split", (PyCFunction)bytearray_split, METH_VARARGS, split__doc__},
|
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 1032 Objects/clinic/bytearrayobject.c.h:bytearray_split():_parser static _PyArg_Parser _parser
|
D | known.tsv | 609 Objects/clinic/bytearrayobject.c.h bytearray_split _parser variable static _PyArg_Parser _parser
|