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

Method values_ref_fixture

tests/chart/test_data.py:664–668  ·  view source on GitHub ↗
(self, chart_data_)

Source from the content-addressed store, hash-verified

662
663 @pytest.fixture
664 def values_ref_fixture(self, chart_data_):
665 series_data = CategorySeriesData(chart_data_, None, None)
666 values_ref_ = "Sheet1!$V$42"
667 chart_data_.values_ref.return_value = values_ref_
668 return series_data, chart_data_, values_ref_
669
670 # fixture components ---------------------------------------------
671

Callers

nothing calls this directly

Calls 1

CategorySeriesDataClass · 0.90

Tested by

no test coverage detected