Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h751 … {"rstrip", (PyCFunction)(void(*)(void))bytearray_rstrip, METH_FASTCALL, bytearray_rstrip__doc__},
757 bytearray_rstrip(PyByteArrayObject *self, PyObject *const *args, Py_ssize_t nargs) in bytearray_rstrip() function
/external/python/cpython2/Objects/
Dbytearrayobject.c2537 bytearray_rstrip(PyByteArrayObject *self, PyObject *args) in bytearray_rstrip() function
2882 {"rstrip", (PyCFunction)bytearray_rstrip, METH_VARARGS, rstrip__doc__},