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

Method Font_

tests/text/test_text.py:1201–1202  ·  view source on GitHub ↗
(self, request, font_)

Source from the content-addressed store, hash-verified

1199
1200 @pytest.fixture
1201 def Font_(self, request, font_):
1202 return class_mock(request, "pptx.text.text.Font", return_value=font_)
1203
1204 @pytest.fixture
1205 def font_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected