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

Method slide

src/pptx/parts/slide.py:234–238  ·  view source on GitHub ↗

The |Slide| object representing this slide part.

(self)

Source from the content-addressed store, hash-verified

232
233 @lazyproperty
234 def slide(self):
235 """
236 The |Slide| object representing this slide part.
237 """
238 return Slide(self._element, self)
239
240 @property
241 def slide_id(self) -> int:

Callers

nothing calls this directly

Calls 1

SlideClass · 0.90

Tested by

no test coverage detected