Home
last modified time | relevance | path

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

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