|Slides| object containing the slides in this presentation.
(self)
| 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) |
nothing calls this directly
no test coverage detected