(self, SlideLayouts_, slide_layouts_)
| 915 | |
| 916 | @pytest.fixture |
| 917 | def layouts_fixture(self, SlideLayouts_, slide_layouts_): |
| 918 | sldMaster = element("p:sldMaster/p:sldLayoutIdLst") |
| 919 | slide_master = SlideMaster(sldMaster, None) |
| 920 | sldMasterIdLst = sldMaster.sldLayoutIdLst |
| 921 | return slide_master, SlideLayouts_, sldMasterIdLst, slide_layouts_ |
| 922 | |
| 923 | @pytest.fixture |
| 924 | def subclass_fixture(self): |
nothing calls this directly
no test coverage detected