Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dstring_format.h1027 do_string_format(PyObject *self, PyObject *args, PyObject *kwargs) in do_string_format() function
/external/python/cpython2/Objects/
Dstringobject.c3678 {"format", (PyCFunction) do_string_format, METH_VARARGS | METH_KEYWORDS, format__doc__},
Dunicodeobject.c7953 {"format", (PyCFunction) do_string_format, METH_VARARGS | METH_KEYWORDS, format__doc__},