Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h136 {"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/
Dbytearrayobject.c2048 bytearray_replace(PyByteArrayObject *self, PyObject *args) in bytearray_replace() function
2875 {"replace", (PyCFunction)bytearray_replace, METH_VARARGS, replace__doc__},