Searched refs:is_format_spec (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Python/ |
D | ast_unparse.c | 24 append_joinedstr(_PyUnicodeWriter *writer, expr_ty e, bool is_format_spec); 601 append_fstring_element(_PyUnicodeWriter *writer, expr_ty e, bool is_format_spec) in append_fstring_element() argument 607 return append_joinedstr(writer, e, is_format_spec); in append_fstring_element() 620 build_fstring_body(asdl_expr_seq *values, bool is_format_spec) in build_fstring_body() argument 632 is_format_spec in build_fstring_body() 643 append_joinedstr(_PyUnicodeWriter *writer, expr_ty e, bool is_format_spec) in append_joinedstr() argument 646 PyObject *body = build_fstring_body(e->v.JoinedStr.values, is_format_spec); in append_joinedstr() 651 if (!is_format_spec) { in append_joinedstr()
|