Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h366 {"replace", (PyCFunction)bytes_replace, METH_FASTCALL, bytes_replace__doc__},
373 bytes_replace(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs) in bytes_replace() function