Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h795 … {"rstrip", (PyCFunction)(void(*)(void))bytearray_rstrip, METH_FASTCALL, bytearray_rstrip__doc__},
801 bytearray_rstrip(PyByteArrayObject *self, PyObject *const *args, Py_ssize_t nargs) in bytearray_rstrip() function