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

Method chart_fixture

tests/chart/test_plot.py:83–86  ·  view source on GitHub ↗
(self, chart_)

Source from the content-addressed store, hash-verified

81
82 @pytest.fixture
83 def chart_fixture(self, chart_):
84 plot = _BasePlot(None, chart_)
85 expected_value = chart_
86 return plot, expected_value
87
88 @pytest.fixture
89 def data_labels_fixture(self, DataLabels_, data_labels_):

Callers

nothing calls this directly

Calls 1

_BasePlotClass · 0.90

Tested by

no test coverage detected