Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_unparse.c615 build_fstring_body(asdl_seq *values, bool is_format_spec) in build_fstring_body() function
641 PyObject *body = build_fstring_body(e->v.JoinedStr.values, is_format_spec); in append_joinedstr()