Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h74 {"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/
Dunicodeobject.c6116 unicode_center(PyUnicodeObject *self, PyObject *args) in unicode_center() function
7915 {"center", (PyCFunction) unicode_center, METH_VARARGS, center__doc__},