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

Method horz_offset_set_fixture

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

Source from the content-addressed store, hash-verified

113 ]
114 )
115 def horz_offset_set_fixture(self, request):
116 legend_cxml, new_value, expected_legend_cxml = request.param
117 legend = Legend(element(legend_cxml))
118 expected_xml = xml(expected_legend_cxml)
119 return legend, new_value, expected_xml
120
121 @pytest.fixture(
122 params=[

Callers

nothing calls this directly

Calls 3

LegendClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected