Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dstropmodule.c167 strop_joinfields(PyObject *self, PyObject *args) in strop_joinfields() function
1221 {"join", strop_joinfields, METH_VARARGS, joinfields__doc__},
1222 {"joinfields", strop_joinfields, METH_VARARGS, joinfields__doc__},