Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dtransmogrify.h188 stringlib_center(PyObject *self, PyObject *args) in stringlib_center() function
/external/python/cpython2/Objects/
Dbytearrayobject.c2830 {"center", (PyCFunction)stringlib_center, METH_VARARGS, center__doc__},