Home | History | Annotate | Download | only in Objects

Lines Matching defs:unicode_rsplit

7607 unicode_rsplit(PyUnicodeObject *self, PyObject *args)

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