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

Method slide_layout

src/pptx/parts/slide.py:270–274  ·  view source on GitHub ↗

The |SlideLayout| object representing this part.

(self)

Source from the content-addressed store, hash-verified

268
269 @lazyproperty
270 def slide_layout(self):
271 """
272 The |SlideLayout| object representing this part.
273 """
274 return SlideLayout(self._element, self)
275
276 @property
277 def slide_master(self) -> SlideMaster:

Callers

nothing calls this directly

Calls 1

SlideLayoutClass · 0.90

Tested by

no test coverage detected