Searched refs:do_string_format (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Objects/stringlib/ |
D | unicode_format.h | 935 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/ |
D | string_format.h | 1027 do_string_format(PyObject *self, PyObject *args, PyObject *kwargs) in do_string_format() function
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 3675 {"format", (PyCFunction) do_string_format, METH_VARARGS | METH_KEYWORDS, format__doc__},
|
D | unicodeobject.c | 7948 {"format", (PyCFunction) do_string_format, METH_VARARGS | METH_KEYWORDS, format__doc__},
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 13924 {"format", (PyCFunction) do_string_format, METH_VARARGS | METH_KEYWORDS, format__doc__},
|