Home
last modified time | relevance | path

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

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