Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c1970 string_rstrip(PyStringObject *self, PyObject *args) in string_rstrip() function
3660 {"rstrip", (PyCFunction)string_rstrip, METH_VARARGS, rstrip__doc__},