Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dtransmogrify.h14 stringlib_expandtabs(PyObject *self, PyObject *args) in stringlib_expandtabs() function
/external/python/cpython2/Objects/
Dbytearrayobject.c2834 {"expandtabs", (PyCFunction)stringlib_expandtabs, METH_VARARGS,