Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dstropmodule.c97 strop_splitfields(PyObject *self, PyObject *args) in strop_splitfields() function
1229 {"split", strop_splitfields, METH_VARARGS, splitfields__doc__},
1230 {"splitfields", strop_splitfields, METH_VARARGS, splitfields__doc__},