Searched refs:unicode_join (Results 1 – 5 of 5) sorted by relevance
73 def unicode_join(seq): function
54 def unicode_join(seq): function
497 {"join", (PyCFunction)unicode_join, METH_O, unicode_join__doc__},
12758 unicode_join(PyObject *self, PyObject *iterable) in unicode_join() function