Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h74 {"center", (PyCFunction)(void(*)(void))unicode_center, METH_FASTCALL, unicode_center__doc__},
80 unicode_center(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in unicode_center() function