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

Method series_fixture

tests/chart/test_plot.py:138–141  ·  view source on GitHub ↗
(self, SeriesCollection_, series_collection_)

Source from the content-addressed store, hash-verified

136
137 @pytest.fixture
138 def series_fixture(self, SeriesCollection_, series_collection_):
139 xChart = element("c:barChart")
140 plot = _BasePlot(xChart, None)
141 return plot, series_collection_, SeriesCollection_, xChart
142
143 @pytest.fixture(
144 params=[

Callers

nothing calls this directly

Calls 2

_BasePlotClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected