Home | History | Annotate | Download | only in Objects

Lines Matching refs:unicode_expandtabs

6513 unicode_expandtabs(PyUnicodeObject *self, PyObject *args)
7917 {"expandtabs", (PyCFunction) unicode_expandtabs, METH_VARARGS, expandtabs__doc__},