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

Method font_fixture

tests/chart/test_axis.py:890–894  ·  view source on GitHub ↗
(self, Font_, font_)

Source from the content-addressed store, hash-verified

888
889 @pytest.fixture
890 def font_fixture(self, Font_, font_):
891 catAx = element("c:catAx/c:txPr/a:p/a:pPr/a:defRPr")
892 defRPr = catAx.xpath(".//a:defRPr")[0]
893 tick_labels = TickLabels(catAx)
894 return tick_labels, Font_, defRPr, font_
895
896 @pytest.fixture(
897 params=[

Callers

nothing calls this directly

Calls 3

TickLabelsClass · 0.90
elementFunction · 0.85
xpathMethod · 0.45

Tested by

no test coverage detected