Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c6518 unicode_expandtabs(PyUnicodeObject *self, PyObject *args) in unicode_expandtabs() function
7922 {"expandtabs", (PyCFunction) unicode_expandtabs, METH_VARARGS, expandtabs__doc__},