Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c1587 string_join(PyStringObject *self, PyObject *orig) in string_join() function
1688 return string_join((PyStringObject *)sep, x); in _PyString_Join()
3639 {"join", (PyCFunction)string_join, METH_O, join__doc__},