Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7206 unicode_rstrip(PyUnicodeObject *self, PyObject *args) in unicode_rstrip() function
7934 {"rstrip", (PyCFunction) unicode_rstrip, METH_VARARGS, rstrip__doc__},