Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h643 {"rstrip", (PyCFunction)(void(*)(void))unicode_rstrip, METH_FASTCALL, unicode_rstrip__doc__},
649 unicode_rstrip(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in unicode_rstrip() function