The |SlideLayout| object representing this part.
(self)
| 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: |
nothing calls this directly
no test coverage detected