Searched refs:stringlib_zfill_impl (Results 1 – 2 of 2) sorted by relevance
227 stringlib_zfill_impl(PyObject *self, Py_ssize_t width);247 return_value = stringlib_zfill_impl(self, width); in stringlib_zfill()
222 stringlib_zfill_impl(PyObject *self, Py_ssize_t width) in stringlib_zfill_impl() function