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

Method overlap_set_fixture

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

Source from the content-addressed store, hash-verified

269 ]
270 )
271 def overlap_set_fixture(self, request):
272 barChart_cxml, new_value, expected_barChart_cxml = request.param
273 bar_plot = BarPlot(element(barChart_cxml), None)
274 expected_xml = xml(expected_barChart_cxml)
275 return bar_plot, new_value, expected_xml
276
277
278class DescribeBubblePlot(object):

Callers

nothing calls this directly

Calls 3

BarPlotClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected