Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h249 {"rstrip", (PyCFunction)bytes_rstrip, METH_FASTCALL, bytes_rstrip__doc__},
255 bytes_rstrip(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs) in bytes_rstrip() function