Home | History | Annotate | Download | only in Objects

Lines Matching defs:unicode_zfill

13246 unicode_zfill(PyObject *self, PyObject *args)
13857 {"zfill", (PyCFunction) unicode_zfill, METH_VARARGS, zfill__doc__},