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

Method SlideMasters_

tests/test_presentation.py:214–215  ·  view source on GitHub ↗
(self, request, slide_masters_)

Source from the content-addressed store, hash-verified

212
213 @pytest.fixture
214 def SlideMasters_(self, request, slide_masters_):
215 return class_mock(request, "pptx.presentation.SlideMasters", return_value=slide_masters_)
216
217 @pytest.fixture
218 def slide_master_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected