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

Method __init__

src/pptx/slide.py:437–439  ·  view source on GitHub ↗
(self, sldMasterIdLst: CT_SlideMasterIdList, parent: Presentation)

Source from the content-addressed store, hash-verified

435 part: PresentationPart # pyright: ignore[reportIncompatibleMethodOverride]
436
437 def __init__(self, sldMasterIdLst: CT_SlideMasterIdList, parent: Presentation):
438 super(SlideMasters, self).__init__(sldMasterIdLst, parent)
439 self._sldMasterIdLst = sldMasterIdLst
440
441 def __getitem__(self, idx: int) -> SlideMaster:
442 """Provides indexed access, e.g. `slide_masters[2]`."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected