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

Method layouts_fixture

tests/test_slide.py:917–921  ·  view source on GitHub ↗
(self, SlideLayouts_, slide_layouts_)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 2

SlideMasterClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected