Home | History | Annotate | Download | only in Objects

Lines Matching refs:unicode_partition

12979 unicode_partition(PyObject *self, PyObject *separator)
13828 {"partition", (PyCFunction) unicode_partition, METH_O, partition__doc__},