Searched refs:is_format_spec (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Python/ |
D | ast_unparse.c | 19 append_joinedstr(_PyUnicodeWriter *writer, expr_ty e, bool is_format_spec); 596 append_fstring_element(_PyUnicodeWriter *writer, expr_ty e, bool is_format_spec) in append_fstring_element() argument 602 return append_joinedstr(writer, e, is_format_spec); in append_fstring_element() 615 build_fstring_body(asdl_seq *values, bool is_format_spec) in build_fstring_body() argument 627 is_format_spec in build_fstring_body() 638 append_joinedstr(_PyUnicodeWriter *writer, expr_ty e, bool is_format_spec) in append_joinedstr() argument 641 PyObject *body = build_fstring_body(e->v.JoinedStr.values, is_format_spec); in append_joinedstr() 646 if (!is_format_spec) { in append_joinedstr()
|