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

Method include_in_layout_set_fixture

tests/chart/test_legend.py:143–147  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

141 ]
142 )
143 def include_in_layout_set_fixture(self, request):
144 legend_cxml, new_value, expected_legend_cxml = request.param
145 legend = Legend(element(legend_cxml))
146 expected_xml = xml(expected_legend_cxml)
147 return legend, new_value, expected_xml
148
149 @pytest.fixture(
150 params=[

Callers

nothing calls this directly

Calls 3

LegendClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected