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

Method has_data_labels_get_fixture

tests/chart/test_plot.py:105–108  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

103 ]
104 )
105 def has_data_labels_get_fixture(self, request):
106 xChart_cxml, expected_value = request.param
107 plot = _BasePlot(element(xChart_cxml), None)
108 return plot, expected_value
109
110 @pytest.fixture(
111 params=[

Callers

nothing calls this directly

Calls 2

_BasePlotClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected