Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h661 unicode_rstrip_impl(PyObject *self, PyObject *chars);
677 return_value = unicode_rstrip_impl(self, chars); in unicode_rstrip()
/external/python/cpython3/Objects/
Dunicodeobject.c12773 unicode_rstrip_impl(PyObject *self, PyObject *chars) in unicode_rstrip_impl() function