Searched refs:unicode_rstrip (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | unicodeobject.c.h | 554 {"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/ |
D | unicodeobject.c | 7201 unicode_rstrip(PyUnicodeObject *self, PyObject *args) in unicode_rstrip() function 7929 {"rstrip", (PyCFunction) unicode_rstrip, METH_VARARGS, rstrip__doc__},
|