Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dtransmogrify.h221 stringlib_zfill(PyObject *self, PyObject *args) in stringlib_zfill() function
/external/python/cpython2/Objects/
Dbytearrayobject.c2883 {"zfill", (PyCFunction)stringlib_zfill, METH_VARARGS, zfill__doc__},