Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h208 unicode_expandtabs_impl(PyObject *self, int tabsize);
237 return_value = unicode_expandtabs_impl(self, tabsize); in unicode_expandtabs()
/external/python/cpython3/Objects/
Dunicodeobject.c11731 unicode_expandtabs_impl(PyObject *self, int tabsize) in unicode_expandtabs_impl() function