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

Method BubbleSeriesData_

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

Source from the content-addressed store, hash-verified

706
707 @pytest.fixture
708 def BubbleSeriesData_(self, request, series_data_):
709 return class_mock(request, "pptx.chart.data.BubbleSeriesData", return_value=series_data_)
710
711 @pytest.fixture
712 def series_data_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected