Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Paper2Poster/Paper2Poster
/ build
Method
build
utils/src/presentation.py:767–770 ·
view source on GitHub ↗
(self, slide: PPTXSlide)
Source
from the content-addressed store, hash-verified
765
)
766
767
def
build(self, slide: PPTXSlide):
768
for
shape in self.data:
769
shape.build(slide)
770
return
slide
771
772
def
to_pptc(self):
773
return
"\n"
.join([shape.to_pptc()
for
shape in self.data])
Callers
nothing calls this directly
Calls
1
build
Method · 0.45
Tested by
no test coverage detected