Home | History | Annotate | Download | only in Objects

Lines Matching defs:unicode_zfill

7708 unicode_zfill(PyUnicodeObject *self, PyObject *args)
7952 {"zfill", (PyCFunction) unicode_zfill, METH_VARARGS, zfill__doc__},