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

Method number_format_set_fixture

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

Source from the content-addressed store, hash-verified

919 ]
920 )
921 def number_format_set_fixture(self, request):
922 xAx_cxml, new_value, expected_xAx_cxml = request.param
923 tick_labels = TickLabels(element(xAx_cxml))
924 expected_xml = xml(expected_xAx_cxml)
925 return tick_labels, new_value, expected_xml
926
927 @pytest.fixture(
928 params=[

Callers

nothing calls this directly

Calls 3

TickLabelsClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected