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

Method placeholders_fixture

tests/test_slide.py:131–135  ·  view source on GitHub ↗
(self, MasterPlaceholders_, placeholders_)

Source from the content-addressed store, hash-verified

129
130 @pytest.fixture
131 def placeholders_fixture(self, MasterPlaceholders_, placeholders_):
132 master_element = element("p:sldMaster/p:cSld/p:spTree")
133 base_master = _BaseMaster(master_element, None)
134 spTree = master_element.xpath("//p:spTree")[0]
135 return base_master, MasterPlaceholders_, spTree, placeholders_
136
137 @pytest.fixture
138 def shapes_fixture(self, MasterShapes_, shapes_):

Callers

nothing calls this directly

Calls 3

_BaseMasterClass · 0.90
elementFunction · 0.85
xpathMethod · 0.45

Tested by

no test coverage detected