Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c1525 string_rpartition(PyStringObject *self, PyObject *sep_obj) in string_rpartition() function
3661 {"rpartition", (PyCFunction)string_rpartition, METH_O,