Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dstropmodule.c539 strop_capitalize(PyObject *self, PyObject *args) in strop_capitalize() function
1217 {"capitalize", strop_capitalize, METH_O, capitalize__doc__},