Searched refs:stringlib_zfill (Results 1 – 1 of 1) sorted by relevance
224 {"zfill", (PyCFunction)stringlib_zfill, METH_O, stringlib_zfill__doc__},230 stringlib_zfill(PyObject *self, PyObject *arg) in stringlib_zfill() function