Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_unparse.c19 append_joinedstr(_PyUnicodeWriter *writer, expr_ty e, bool is_format_spec);
602 return append_joinedstr(writer, e, is_format_spec); in append_fstring_element()
638 append_joinedstr(_PyUnicodeWriter *writer, expr_ty e, bool is_format_spec) in append_joinedstr() function
895 return append_joinedstr(writer, e, false); in append_ast_expr()