Searched refs:stringlib_expandtabs_impl (Results 1 – 2 of 2) sorted by relevance
17 stringlib_expandtabs_impl(PyObject *self, int tabsize);46 return_value = stringlib_expandtabs_impl(self, tabsize); in stringlib_expandtabs()
38 stringlib_expandtabs_impl(PyObject *self, int tabsize) in stringlib_expandtabs_impl() function