Home | History | Annotate | Download | only in Objects

Lines Matching defs:unicode_rsplit

7499 unicode_rsplit(PyUnicodeObject *self, PyObject *args)

7799 {"rsplit", (PyCFunction) unicode_rsplit, METH_VARARGS, rsplit__doc__},