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

Method include_in_layout_get_fixture

tests/chart/test_legend.py:129–132  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

127 ]
128 )
129 def include_in_layout_get_fixture(self, request):
130 legend_cxml, expected_value = request.param
131 legend = Legend(element(legend_cxml))
132 return legend, expected_value
133
134 @pytest.fixture(
135 params=[

Callers

nothing calls this directly

Calls 2

LegendClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected