Home
last modified time | relevance | path

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

/external/libmojo/third_party/jinja2/
Druntime.py48 def unicode_join(seq): function
/external/python/cpython2/Objects/
Dunicodeobject.c7011 unicode_join(PyObject *self, PyObject *data) in unicode_join() function
7917 {"join", (PyCFunction) unicode_join, METH_O, join__doc__},