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

Method offset_set_fixture

tests/chart/test_axis.py:980–984  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

978 ]
979 )
980 def offset_set_fixture(self, request):
981 catAx_cxml, new_value, expected_catAx_cxml = request.param
982 tick_labels = TickLabels(element(catAx_cxml))
983 expected_xml = xml(expected_catAx_cxml)
984 return tick_labels, new_value, expected_xml
985
986 @pytest.fixture(
987 params=[

Callers

nothing calls this directly

Calls 3

TickLabelsClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected