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