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

Class MasterPlaceholder

src/pptx/shapes/placeholder.py:249–252  ·  view source on GitHub ↗

Placeholder shape on a slide master.

Source from the content-addressed store, hash-verified

247
248
249class MasterPlaceholder(BasePlaceholder):
250 """Placeholder shape on a slide master."""
251
252 element: CT_Shape # pyright: ignore[reportIncompatibleMethodOverride]
253
254
255class NotesSlidePlaceholder(_InheritsDimensions, Shape):

Callers 1

_MasterShapeFactoryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…