Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/clinic/
Dtransmogrify.h.h227 stringlib_zfill_impl(PyObject *self, Py_ssize_t width);
247 return_value = stringlib_zfill_impl(self, width); in stringlib_zfill()
/third_party/python/Objects/stringlib/
Dtransmogrify.h222 stringlib_zfill_impl(PyObject *self, Py_ssize_t width) in stringlib_zfill_impl() function