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

Method number_format_get_fixture

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

Source from the content-addressed store, hash-verified

900 ]
901 )
902 def number_format_get_fixture(self, request):
903 xAx_cxml, expected_value = request.param
904 tick_labels = TickLabels(element(xAx_cxml))
905 return tick_labels, expected_value
906
907 @pytest.fixture(
908 params=[

Callers

nothing calls this directly

Calls 2

TickLabelsClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected