MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / save_poster_code

Function save_poster_code

PosterAgent/gen_pptx_code.py:20–26  ·  view source on GitHub ↗
(output_file, utils_functions, presentation_object_name)

Source from the content-addressed store, hash-verified

18 return code
19
20def save_poster_code(output_file, utils_functions, presentation_object_name):
21 code = utils_functions
22 code = fr'''
23# Save the presentation
24save_presentation({presentation_object_name}, file_name="{output_file}")
25'''
26 return code
27
28def generate_panel_code(panel_dict, utils_functions, slide_object_name, visible=False, theme=None):
29 code = utils_functions

Callers 1

generate_poster_codeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected