Searched refs:unicode_removesuffix_impl (Results 1 – 2 of 2) sorted by relevance
786 unicode_removesuffix_impl(PyObject *self, PyObject *suffix);802 return_value = unicode_removesuffix_impl(self, suffix); in unicode_removesuffix()
13195 unicode_removesuffix_impl(PyObject *self, PyObject *suffix) in unicode_removesuffix_impl() function