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

Method add_series_fixture

tests/chart/test_data.py:700–703  ·  view source on GitHub ↗
(self, request, BubbleSeriesData_, series_data_)

Source from the content-addressed store, hash-verified

698
699 @pytest.fixture
700 def add_series_fixture(self, request, BubbleSeriesData_, series_data_):
701 chart_data = BubbleChartData()
702 name = "Series Name"
703 return chart_data, name, BubbleSeriesData_, series_data_
704
705 # fixture components ---------------------------------------------
706

Callers

nothing calls this directly

Calls 1

BubbleChartDataClass · 0.90

Tested by

no test coverage detected