Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/clinic/
Dtransmogrify.h.h17 stringlib_expandtabs_impl(PyObject *self, int tabsize);
46 return_value = stringlib_expandtabs_impl(self, tabsize); in stringlib_expandtabs()
/external/python/cpython3/Objects/stringlib/
Dtransmogrify.h38 stringlib_expandtabs_impl(PyObject *self, int tabsize) in stringlib_expandtabs_impl() function