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

Method gap_width_set_fixture

tests/chart/test_plot.py:243–247  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

241 ]
242 )
243 def gap_width_set_fixture(self, request):
244 barChart_cxml, new_value, expected_barChart_cxml = request.param
245 bar_plot = BarPlot(element(barChart_cxml), None)
246 expected_xml = xml(expected_barChart_cxml)
247 return bar_plot, new_value, expected_xml
248
249 @pytest.fixture(
250 params=[

Callers

nothing calls this directly

Calls 3

BarPlotClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected