Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7576 unicode_rpartition(PyUnicodeObject *self, PyObject *separator) in unicode_rpartition() function
/external/python/cpython3/Objects/
Dunicodeobject.c13054 unicode_rpartition(PyObject *self, PyObject *sep) in unicode_rpartition() function