Searched refs:stringlib_expandtabs (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Objects/stringlib/clinic/ |
D | transmogrify.h.h | 14 …{"expandtabs", (PyCFunction)(void(*)(void))stringlib_expandtabs, METH_FASTCALL|METH_KEYWORDS, stri… 20 stringlib_expandtabs(PyObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in stringlib_expandtabs() function
|
/external/python/cpython2/Objects/stringlib/ |
D | transmogrify.h | 14 stringlib_expandtabs(PyObject *self, PyObject *args) in stringlib_expandtabs() function
|
/external/python/cpython2/Objects/ |
D | bytesobject.c | 2464 {"expandtabs", (PyCFunction)stringlib_expandtabs, METH_VARARGS | METH_KEYWORDS,
|
D | bytearrayobject.c | 2846 {"expandtabs", (PyCFunction)stringlib_expandtabs, METH_VARARGS,
|
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 1063 Objects/stringlib/clinic/transmogrify.h.h:stringlib_expandtabs():_parser static _PyArg_Parser _pars…
|
D | known.tsv | 642 Objects/stringlib/clinic/transmogrify.h.h stringlib_expandtabs _parser variable static _PyArg_Parse…
|