Searched refs:_PyString_Join (Results 1 – 7 of 7) sorted by relevance
25 #define _PyBytes_Join _PyString_Join
96 PyAPI_FUNC(PyObject *) _PyString_Join(PyObject *sep, PyObject *x);
324 result = _PyString_Join(s, pieces); in tuplerepr()
1177 result = _PyString_Join(s, pieces); in dict_repr()
422 result = _PyString_Join(s, pieces); in list_repr()
1684 _PyString_Join(PyObject *sep, PyObject *x) in _PyString_Join() function
549 "_PyString_Join"