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

/external/python/cpython3/Objects/clinic/
H A Dbytearrayobject.c.h512 {"rstrip", (PyCFunction)bytearray_rstrip, METH_VARARGS, bytearray_rstrip__doc__},
518 bytearray_rstrip(PyByteArrayObject *self, PyObject *args) function
/external/python/cpython2/Objects/
H A Dbytearrayobject.c2525 bytearray_rstrip(PyByteArrayObject *self, PyObject *args) function
2870 {"rstrip", (PyCFunction)bytearray_rstrip, METH_VARARGS, rstrip__doc__},

Completed in 246 milliseconds