Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7568 unicode_partition(PyUnicodeObject *self, PyObject *separator) in unicode_partition() function
7924 {"partition", (PyCFunction) unicode_partition, METH_O, partition__doc__},