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

Method build_slide

utils/src/presentation.py:1252–1258  ·  view source on GitHub ↗

Build a slide in the presentation.

(self, slide: SlidePage)

Source from the content-addressed store, hash-verified

1250 self.prs.save(file_path)
1251
1252 def build_slide(self, slide: SlidePage) -> PPTXSlide:
1253 """
1254 Build a slide in the presentation.
1255 """
1256 return slide.build(
1257 self.prs.slides.add_slide(self.layout_mapping[slide.slide_layout_name])
1258 )
1259
1260 def clear_slides(self):
1261 """

Callers 4

saveMethod · 0.95
synergizeMethod · 0.45
synergizeMethod · 0.45
synergizeMethod · 0.45

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected