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

Method __init__

src/pptx/slide.py:247–249  ·  view source on GitHub ↗
(self, sldIdLst: CT_SlideIdList, prs: Presentation)

Source from the content-addressed store, hash-verified

245 part: PresentationPart # pyright: ignore[reportIncompatibleMethodOverride]
246
247 def __init__(self, sldIdLst: CT_SlideIdList, prs: Presentation):
248 super(Slides, self).__init__(sldIdLst, prs)
249 self._sldIdLst = sldIdLst
250
251 def __getitem__(self, idx: int) -> Slide:
252 """Provide indexed access, (e.g. 'slides[0]')."""

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected