Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h1183 {"zfill", (PyCFunction)unicode_zfill, METH_O, unicode_zfill__doc__},
1189 unicode_zfill(PyObject *self, PyObject *arg) in unicode_zfill() function