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

Method name_set_fixture

tests/test_slide.py:92–96  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

90 ]
91 )
92 def name_set_fixture(self, request):
93 xSld_cxml, new_value, expected_cxml = request.param
94 base_slide = _BaseSlide(element(xSld_cxml), None)
95 expected_xml = xml(expected_cxml)
96 return base_slide, new_value, expected_xml
97
98 # fixture components ---------------------------------------------
99

Callers

nothing calls this directly

Calls 3

_BaseSlideClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected