Home | History | Annotate | Download | only in Objects

Lines Matching refs:unicode_expandtabs

6505 unicode_expandtabs(PyUnicodeObject *self, PyObject *args)

7909 {"expandtabs", (PyCFunction) unicode_expandtabs, METH_VARARGS, expandtabs__doc__},