Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7501 PyUnicode_Partition(PyObject *str_in, PyObject *sep_in) in PyUnicode_Partition() argument
7510 sep_obj = PyUnicode_FromObject(sep_in); in PyUnicode_Partition()
7529 PyUnicode_RPartition(PyObject *str_in, PyObject *sep_in) in PyUnicode_RPartition() argument
7538 sep_obj = PyUnicode_FromObject(sep_in); in PyUnicode_RPartition()