Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h554 {"rstrip", (PyCFunction)unicode_rstrip, METH_FASTCALL, unicode_rstrip__doc__},
560 unicode_rstrip(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in unicode_rstrip() function
/external/python/cpython2/Objects/
Dunicodeobject.c7201 unicode_rstrip(PyUnicodeObject *self, PyObject *args) in unicode_rstrip() function
7929 {"rstrip", (PyCFunction) unicode_rstrip, METH_VARARGS, rstrip__doc__},