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

Method add_data_point_fixture

tests/chart/test_data.py:792–795  ·  view source on GitHub ↗
(self, request, XyDataPoint_, data_point_)

Source from the content-addressed store, hash-verified

790
791 @pytest.fixture
792 def add_data_point_fixture(self, request, XyDataPoint_, data_point_):
793 series_data = XySeriesData(None, None, None)
794 x, y = 42, 24
795 return series_data, x, y, XyDataPoint_, data_point_
796
797 # fixture components ---------------------------------------------
798

Callers

nothing calls this directly

Calls 1

XySeriesDataClass · 0.90

Tested by

no test coverage detected