Home
last modified time | relevance | path

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

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