Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c1488 string_partition(PyStringObject *self, PyObject *sep_obj) in string_partition() function
3656 {"partition", (PyCFunction)string_partition, METH_O, partition__doc__},