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

Method Font_

tests/chart/test_axis.py:1011–1012  ·  view source on GitHub ↗
(self, request, font_)

Source from the content-addressed store, hash-verified

1009
1010 @pytest.fixture
1011 def Font_(self, request, font_):
1012 return class_mock(request, "pptx.chart.axis.Font", return_value=font_)
1013
1014 @pytest.fixture
1015 def font_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected