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

Method add_series_fixture

tests/chart/test_data.py:730–733  ·  view source on GitHub ↗
(self, request, XySeriesData_, series_data_)

Source from the content-addressed store, hash-verified

728
729 @pytest.fixture
730 def add_series_fixture(self, request, XySeriesData_, series_data_):
731 chart_data = XyChartData()
732 label = "Series Label"
733 return chart_data, label, XySeriesData_, series_data_
734
735 # fixture components ---------------------------------------------
736

Callers

nothing calls this directly

Calls 1

XyChartDataClass · 0.90

Tested by

no test coverage detected