Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h1267 unicode___format___impl(PyObject *self, PyObject *format_spec);
1283 return_value = unicode___format___impl(self, format_spec); in unicode___format__()
/external/python/cpython3/Objects/
Dunicodeobject.c14158 unicode___format___impl(PyObject *self, PyObject *format_spec) in unicode___format___impl() function