Searched refs:bytearray_replace (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | bytearrayobject.c.h | 136 {"replace", (PyCFunction)bytearray_replace, METH_FASTCALL, bytearray_replace__doc__}, 143 bytearray_replace(PyByteArrayObject *self, PyObject *const *args, Py_ssize_t nargs) in bytearray_replace() function
|
/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 2048 bytearray_replace(PyByteArrayObject *self, PyObject *args) in bytearray_replace() function 2875 {"replace", (PyCFunction)bytearray_replace, METH_VARARGS, replace__doc__},
|