Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dstropmodule.c718 strop_swapcase(PyObject *self, PyObject *args) in strop_swapcase() function
1232 {"swapcase", strop_swapcase, METH_O, swapcase__doc__},