Placeholder shape on a slide master.
| 247 | |
| 248 | |
| 249 | class MasterPlaceholder(BasePlaceholder): |
| 250 | """Placeholder shape on a slide master.""" |
| 251 | |
| 252 | element: CT_Shape # pyright: ignore[reportIncompatibleMethodOverride] |
| 253 | |
| 254 | |
| 255 | class NotesSlidePlaceholder(_InheritsDimensions, Shape): |
no outgoing calls
no test coverage detected
searching dependent graphs…