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

Method data_labels_fixture

tests/chart/test_plot.py:89–93  ·  view source on GitHub ↗
(self, DataLabels_, data_labels_)

Source from the content-addressed store, hash-verified

87
88 @pytest.fixture
89 def data_labels_fixture(self, DataLabels_, data_labels_):
90 barChart = element("c:barChart/c:dLbls")
91 dLbls = barChart[0]
92 plot = _BasePlot(barChart, None)
93 return plot, data_labels_, DataLabels_, dLbls
94
95 @pytest.fixture(
96 params=[

Callers

nothing calls this directly

Calls 2

_BasePlotClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected