Searched refs:unicode_rstrip (Results 1 – 1 of 1) sorted by relevance
643 {"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