Home
last modified time | relevance | path

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

/third_party/python/Python/
Dast_unparse.c623 _PyUnicodeWriter body_writer; in build_fstring_body() local
624 _PyUnicodeWriter_Init(&body_writer); in build_fstring_body()
625 body_writer.min_length = 256; in build_fstring_body()
626 body_writer.overallocate = 1; in build_fstring_body()
630 if (-1 == append_fstring_element(&body_writer, in build_fstring_body()
634 _PyUnicodeWriter_Dealloc(&body_writer); in build_fstring_body()
639 return _PyUnicodeWriter_Finish(&body_writer); in build_fstring_body()