Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dast_unparse.c588 append_fstring_unicode(_PyUnicodeWriter *writer, PyObject *unicode) in append_fstring_unicode() function
605 return append_fstring_unicode(writer, e->v.Constant.value); in append_fstring_element()