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

Method value_fixture

tests/chart/test_data.py:853–856  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

851
852 @pytest.fixture
853 def value_fixture(self):
854 x, y = 42, 24
855 data_point = XyDataPoint(None, x, y, None)
856 return data_point, x, y
857
858 # fixture components ---------------------------------------------
859

Callers

nothing calls this directly

Calls 1

XyDataPointClass · 0.90

Tested by

no test coverage detected