Searched refs:unicode_center (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | unicodeobject.c.h | 74 {"center", (PyCFunction)unicode_center, METH_FASTCALL, unicode_center__doc__}, 80 unicode_center(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in unicode_center() function
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 6116 unicode_center(PyUnicodeObject *self, PyObject *args) in unicode_center() function 7915 {"center", (PyCFunction) unicode_center, METH_VARARGS, center__doc__},
|