Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c3273 string_zfill(PyStringObject *self, PyObject *args) in string_zfill() function
3677 {"zfill", (PyCFunction)string_zfill, METH_VARARGS, zfill__doc__},