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);
321 result = _PyString_Join(s, pieces); in tuplerepr()
419 result = _PyString_Join(s, pieces); in list_repr()
1223 result = _PyString_Join(s, pieces); in dict_repr()
1690 _PyString_Join(PyObject *sep, PyObject *x) in _PyString_Join() function
549 "_PyString_Join"