Searched refs:_PyString_Join (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Include/
H A Dbytesobject.h25 #define _PyBytes_Join _PyString_Join
H A Dstringobject.h94 /* _PyString_Join(sep, x) is like sep.join(x). sep must be PyStringObject*,
96 PyAPI_FUNC(PyObject *) _PyString_Join(PyObject *sep, PyObject *x);
/external/python/cpython2/Objects/
H A Dtupleobject.c324 result = _PyString_Join(s, pieces);
H A Ddictobject.c1177 result = _PyString_Join(s, pieces);
H A Dlistobject.c422 result = _PyString_Join(s, pieces);
H A Dstringobject.c1684 _PyString_Join(PyObject *sep, PyObject *x) function

Completed in 95 milliseconds