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

Method sld_width_set_fixture

tests/test_presentation.py:159–163  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

157 ]
158 )
159 def sld_width_set_fixture(self, request):
160 prs_cxml, expected_cxml = request.param
161 prs = Presentation(element(prs_cxml), None)
162 expected_xml = xml(expected_cxml)
163 return prs, 914400, expected_xml
164
165 @pytest.fixture(
166 params=[

Callers

nothing calls this directly

Calls 3

PresentationClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected