Searched refs:stringlib_center (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Objects/stringlib/ |
D | transmogrify.h | 188 stringlib_center(PyObject *self, PyObject *args) in stringlib_center() function
|
/external/python/cpython3/Objects/stringlib/ |
D | transmogrify.h | 157 stringlib_center(PyObject *self, PyObject *args) in stringlib_center() function
|
/external/python/cpython3/Objects/ |
D | bytearrayobject.c | 2125 {"center", (PyCFunction)stringlib_center, METH_VARARGS, _Py_center__doc__},
|
D | bytesobject.c | 2442 {"center", (PyCFunction)stringlib_center, METH_VARARGS,
|
/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 2830 {"center", (PyCFunction)stringlib_center, METH_VARARGS, center__doc__},
|