Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c3246 string_center(PyStringObject *self, PyObject *args) in string_center() function
3676 {"center", (PyCFunction)string_center, METH_VARARGS, center__doc__},