Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Dunicode_format.h961 do_string_format_map(PyObject *self, PyObject *obj) in do_string_format_map() function
/external/python/cpython3/Objects/
Dunicodeobject.c14269 {"format_map", (PyCFunction) do_string_format_map, METH_O, format_map__doc__},