Searched refs:unicode_expandtabs_impl (Results 1 – 2 of 2) sorted by relevance
203 unicode_expandtabs_impl(PyObject *self, int tabsize);227 return_value = unicode_expandtabs_impl(self, tabsize); in unicode_expandtabs()
12003 unicode_expandtabs_impl(PyObject *self, int tabsize) in unicode_expandtabs_impl() function