Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Dunicode_format.h935 do_string_format(PyObject *self, PyObject *args, PyObject *kwargs) in do_string_format() function
958 return do_string_format(self, NULL, obj); in do_string_format_map()
/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.c3675 {"format", (PyCFunction) do_string_format, METH_VARARGS | METH_KEYWORDS, format__doc__},
Dunicodeobject.c7948 {"format", (PyCFunction) do_string_format, METH_VARARGS | METH_KEYWORDS, format__doc__},
/external/python/cpython3/Objects/
Dunicodeobject.c13924 {"format", (PyCFunction) do_string_format, METH_VARARGS | METH_KEYWORDS, format__doc__},