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

Method values_ref_fixture

tests/chart/test_data.py:214–218  ·  view source on GitHub ↗
(self, _workbook_writer_prop_, workbook_writer_, series_)

Source from the content-addressed store, hash-verified

212
213 @pytest.fixture
214 def values_ref_fixture(self, _workbook_writer_prop_, workbook_writer_, series_):
215 chart_data = CategoryChartData()
216 values_ref_ = "Sheet1!$V$24"
217 workbook_writer_.values_ref.return_value = values_ref_
218 return chart_data, workbook_writer_, series_, values_ref_
219
220 # fixture components ---------------------------------------------
221

Callers

nothing calls this directly

Calls 1

CategoryChartDataClass · 0.90

Tested by

no test coverage detected