MCPcopy Create free account
hub / github.com/scanny/python-pptx / slides

Method slides

src/pptx/presentation.py:109–113  ·  view source on GitHub ↗

|Slides| object containing the slides in this presentation.

(self)

Source from the content-addressed store, hash-verified

107
108 @lazyproperty
109 def slides(self):
110 """|Slides| object containing the slides in this presentation."""
111 sldIdLst = self._element.get_or_add_sldIdLst()
112 self.part.rename_slide_parts([cast("CT_SlideId", sldId).rId for sldId in sldIdLst])
113 return Slides(sldIdLst, self)

Callers

nothing calls this directly

Calls 2

SlidesClass · 0.90
rename_slide_partsMethod · 0.80

Tested by

no test coverage detected