Searched defs:str_in (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
H A Dunicodeobject.c7506 PyUnicode_Partition(PyObject *str_in, PyObject *sep_in) argument
7512 str_obj = PyUnicode_FromObject(str_in);
7534 PyUnicode_RPartition(PyObject *str_in, PyObject *sep_in) argument
7540 str_obj = PyUnicode_FromObject(str_in);

Completed in 80 milliseconds