Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7708 unicode_zfill(PyUnicodeObject *self, PyObject *args) in unicode_zfill() function
7952 {"zfill", (PyCFunction) unicode_zfill, METH_VARARGS, zfill__doc__},