Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7581 unicode_rpartition(PyUnicodeObject *self, PyObject *separator) in unicode_rpartition() function
7935 {"rpartition", (PyCFunction) unicode_rpartition, METH_O, rpartition__doc__},