Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dstropmodule.c447 strop_rstrip(PyObject *self, PyObject *args) in strop_rstrip() function
1228 {"rstrip", strop_rstrip, METH_O, rstrip__doc__},